Could it be too big? http://marc.theaimsgroup.com/?l=php-general&m=101729368004277&w=2
max_execution_time is what your looking for, but you'll receive an error message if you hit it. You can set it in a particular script with set_time_limit() see http://www.php.net/manual/en/function.set-time-limit.php > -----Original Message----- > From: Peter Theeuwen [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 1:14 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP.ini > > > Basically, when uploading large files it is timing out. > > Q: Where in the php.ini file can I increase the timeout (or > perhaps some > other setting) for accommodating the upload of large files? - This > obviously is on a W2K box. > I searched the archives, but could not find a similar question. I > increased the size permitted, I just don't know where to set > the option > for increasing some timeout interval. > > Thank you in advance. > > /pt > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php