On Wed, 2005-02-23 at 22:54 +0100, Marek Kilimajer wrote:
> 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
> 

Here's another link that might be useful.  I came across this link
searching through the archives.

http://www.radinks.com/upload/config.php

HTH,
Tim

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

Reply via email to