Hi,
I am running a simple Upload script in PHP using a HTML Form with a File field. The user can browse their computer and upload a file. It works great, except for large files, where the browser will timeout. The timeout appears to happen after about 5 minutes. Any ideas on how to get around this?
Ideal solution would be on the server side b/c I don't want to have my users set a browser option.
Thanks a lot!
Check your max_input_time setting. It cannot be changed at runtime using ini_set().
http://docs.php.net/en/info.configuration.html#ini.max-input-time
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php