Re: [PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread dpgirago
arino" <[EMAIL PROTECTED]> 02/23/2005 03:01 PM To: cc: "Matt Cassarino" <[EMAIL PROTECTED]> Subject: [PHP] Web Browser Timeout on Upload Script Hi, I am running a simple Upload script in PHP using a HTML Form with a File field. The user can browse their

Re: [PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread Tim Boring
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 brow

Re: [PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread Marek Kilimajer
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 ide

[PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread Matt Cassarino
Thanks for your link to set_time_limit( ) Jay. However, I tried adding the set_time_limit code into my page that processes the uploaded file and I am still getting the timeout. I have also tried adding the set_time_limit code onto my page with the HTML form that calls the upload script page.

RE: [PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread Jay Blanchard
[snip] 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 aroun

[PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread Matt Cassarino
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 arou