[PHP] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
Hi, I'm using IE 5.01 to upload a big (~50MB) file to a form. The form works well for small files. If I try a big file, IE timeout after 30 seconds saying "cannot find server or DNS error" This same exact php code works for small files... I've modified php.ini to max_execution_time = 120

Re: [PHP] problem uploading big (50MB) file

2001-03-29 Thread Clayton Dukes
: "Gilles-Eric Descamps" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 4:06 PM Subject: [PHP] problem uploading big (50MB) file Hi, I'm using IE 5.01 to upload a big (~50MB) file to a form. The form works well for small files. If I try a big file, IE timeou

RE: [PHP] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
To: Gilles-Eric Descamps; [EMAIL PROTECTED] Subject: Re: [PHP] problem uploading big (50MB) file This is set by max_execution_time, did you restart apache to re-read your php.ini file? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] problem uploading big (50MB) file

2001-03-29 Thread Brandon Orther
;test"; ? -Original Message- From: Gilles-Eric Descamps [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 1:18 PM To: [EMAIL PROTECTED] Cc: 'Clayton Dukes' Subject: RE: [PHP] problem uploading big (50MB) file Hi Clayton, As I was writing, I confirmed every variable change by