Re: Uploading problem



On Aug 31, 11:06 am, Geoff Muldoon <geoff.muld...@xxxxxxxxxxxxxx>
wrote:
<1188521841.089812.260...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, says...

We are currently having issues uploading files using PHP. It seems
files below 8MB are uploaded fine, however files above 8.2MB cause the
page to timeout or show a 'Cannot find server or DNS Error' error.

I have looked around and read about common problems people have
uploading and the solutions they have used have not seemed to help.

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?

.



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: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs
    ... When you hit the upload button the browser makes a connection to the server and the PHP engine gets invoked to handle the request. ...
    (php.general)
  • Re: file upload problem
    ... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ...
    (comp.lang.php)
  • Re: file upload problem
    ... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ...
    (comp.lang.php)