Re: Uploading problem



In article <1188533013.359889.198470@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
says...

For this particular page i have increased post_max_size,
max_input_time, max_execution_time and upload_max_filesize. I also set
LimitRequestBody in the htaccess file to unlimited (0).

Our host has increased our max idle time for ftp in the server,
however this did not influence the upload.

Any ideas as to why this problem would be occurring?

PHP on apache? Apache has its own max upload file size setting (in
httpd.conf IIRC) as well as the PHP one.

GM

I have set the LimitRequestBody to 0 in the htaccess file. Is there
any other options there regarding file uploads?

Yes, the PHP memory_limit setting might also be killing it.

GM
.



Relevant Pages

  • uploading to /home/*/public_html on a linux box
    ... Perhaps this is an apache server question, rather than a php ... uploading, so it cannot upload into a directory that belongs ... to "username" unless the file permissions are 777, ...
    (comp.lang.php)
  • Re: uploading to /home/*/public_html on a linux box
    ... If php is a mod.so it is the apache process that does the ... uploading, so it cannot upload into a directory that belongs ... to "username" unless the file permissions are 777, ...
    (comp.lang.php)
  • Re: prevent the direct link with .httaccess file
    ... i have web site that runs on Apache server with php scripts. ... this .htaccess file in pdfs folder but it allow user to read the file.. ... download the pdf file ... He can get much better help with Apache commands from an apache ...
    (comp.lang.php)
  • Re: How do I remove PHP notice messages?
    ... Richard Salin wrote: ... With a older version of the apache and php ... in an .htaccess file or at page level by calling the equally named function. ...
    (alt.php)
  • Re: strange issue
    ... Just for future users with this same problem, here's what I had to do to fix ... I had to shut both of them down, and then reinstall Apache ... and PHP from source with the latest versions. ... I can't seem to upload anything over 1 KB. ...
    (php.general)