RE: [PHP] Upload seems to time out over 7.5 M

2003-09-10 Thread Lou Parmelee
me_limit(0); // don't time out. By default, if it takes more then 30 seconds (or is it 60?) to execute a web page PHP kills the script. -Dan On Wed, 2003-09-10 at 14:15, Lou Parmelee wrote: > Hello all, > > I couldn't upload any files larger than 2M. So I searched arou

RE: [PHP] RE: Upload seems to time out over 7.5 M

2003-09-10 Thread Lou Parmelee
It is my dedicated server so I have root access... my phpinfo() says timeouts - Connection 300 - Keep Alive - 15 Is this what I need to change? Thanks, Lou -Original Message- From: Jackson Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 2:20 PM To: '[EMAIL PROTECTED]

[PHP] RE: Upload seems to time out over 7.5 M

2003-09-10 Thread Lou Parmelee
the Apache timeout of 300 seconds. It appears that it is indeed timing out after 300 seconds (five minutes). It shows as HTTP_KEEP_ALIVE = 300 in phpinfo(). All of this is done on a virtual server at a web host, so I don't have access to the httpd.conf for Apache, although they *might* chan

[PHP] Upload seems to time out over 7.5 M

2003-09-10 Thread Lou Parmelee
Hello all, I couldn't upload any files larger than 2M. So I searched around and found this post last night and I made the changes to the php.ini file to support 20M file uploads. The changes were successful but just like in the post below I can't upload over a 7.5M file now. Any ideas would be muc