RE: [PHP] set browser timeout

2002-04-02 Thread Rick Emery
what do you mean timeout? What is timing out? -Original Message- From: Carl Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:25 AM To: [EMAIL PROTECTED] Subject: [PHP] set browser timeout Is there an HTTP tag in the header that can be sent to tell the browser not to

Re: [PHP] set browser timeout

2002-04-02 Thread Carl Schmidt
I'm uploading a file to a web site using forms. I'm trying to narrow down if the problem is the connection is timing out on file upload, or if I'm exceeding a web host imposed limit on file upload size. I've found the server i'm running on has: upload_max_filesize 2M post_max_size 8M Apache

RE: [PHP] set browser timeout

2002-04-02 Thread Schmidt, Carl
, Carl; [EMAIL PROTECTED] Subject: RE: [PHP] set browser timeout what do you mean timeout? What is timing out? -Original Message- From: Carl Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:25 AM To: [EMAIL PROTECTED] Subject: [PHP] set browser timeout Is there an HTTP

Re: [PHP] set browser timeout

2002-04-02 Thread Jason Wong
On Tuesday 02 April 2002 22:44, Schmidt, Carl wrote: I'm uploading a file to a web site using forms. I'm trying to narrow down if the problem is the connection is timing out on file upload, or if I'm exceeding a web host imposed limit on file upload size. I've found the server i'm running