This *might* work:

At the top of your script that processes the uploaded file try adding this
line:

set_time_limit(0);

This essentially removes any restrictions on the maximum execution time for
a script. For more information visit:
http://www.php.net/manual/en/function.set-time-limit.php

Hope this helps.

Shaunak

"Imran" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
i facing a error during uploading a big size file (abt 200 MB). i incred =
upload file size in php.ini and also incred connection time in IIS (web =
server), but i getting again this below written error msg.

any one known abt this...

CGI Timeout
The specified CGI application exceeded the allowed time for processing. The
server has deleted the process.


thnx

gnome








-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to