This is a discussion on CGI timeout problem within the PHP General forums, part of the PHP Programming Forums category; hello, I wrote a very simple upload script and it perfectly works for small files. But if the file is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hello,
I wrote a very simple upload script and it perfectly works for small files. But if the file is too huge (I tried with 8Mbytes), my browser displays: " The page cannot be displayed .... Cannot find server or DNS Error Internet Explorer " instead of uploading the file and submitting the form to my "upload.php" file. I set my upload_max_size to 10MB both in php.ini and in my form. And my web server is running under IIS 5. here is one of my user feedback: " CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. " does it mean that I have to use set_time_limit so the script doesn't time out ? I don't really understand why I should do that. thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
|
|