Re: Web Browser Timeout on Upload Script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Matt Cassarino wrote:
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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux