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

2001-03-29 Thread Gilles-Eric Descamps
t; and it wouldn't upload > anything cause it didn't parse it right. > In other words, set that value to what you had with say php4.0.1 > good luck! replaced 100M by 104857600, and it WORKED ! two days I was stuck on this Thanks, -- Gilles-Eric DESCAMPS,   Voi

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

2001-03-29 Thread Gilles-Eric Descamps
1 1:18 PM > 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,

[PHP] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
filesize = 104857600 ; 100 Meg default limit on file uploads I've verified this through the php info function. I'm running Apache/1.3.9 (Unix) PHP/4.0.3pl1 on a Solaris 2.6 sparc server. MS Internet Explorer 5.01 keeps timing out after 30 seconds... Any ideas ? -- Gilles-Eri