Forums

PHP

This topic is locked

PHP Upload Times Out

Posted 21 Jun 2003 02:41:42
1
has voted
21 Jun 2003 02:41:42 Jason McNellie posted:
I get an error saying that the script exceeded the maxium time limit when I try to upload a large file. It says that the max is 30 secs. Which I understand is default. Put the PHP Upload script has code to override this. I currently have it set to 1200 secs for good measure.

Any thoughts on why it still defaults to the 30 secs and not the new value.

Replies

Replied 23 Jun 2003 14:23:35
23 Jun 2003 14:23:35 Patrick Woldberg replied:
The default time limit can not be overridden when PHP is running in safe mode.

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 25 Jun 2003 20:09:38
25 Jun 2003 20:09:38 Jason McNellie replied:
I check that. safemode = false.

Any other ideas?

Reply to this topic