grim1208 Posted October 19, 2008 Share Posted October 19, 2008 I have created a script that allows users to upload images, during my testings I have learned that users that have slower computers are unable to upload images due to the fact of a browser timeout. Anyone know how to manipulate the browser time out, I actually think it has something to php time ... :S Thanks in advance Link to comment https://forums.phpfreaks.com/topic/129111-solved-adjusting-browser-timeout/ Share on other sites More sharing options...
trq Posted October 19, 2008 Share Posted October 19, 2008 Nothing to do with a clients browser. You will need to adjust your max_execution_time using ini_set. Link to comment https://forums.phpfreaks.com/topic/129111-solved-adjusting-browser-timeout/#findComment-669320 Share on other sites More sharing options...
DarkWater Posted October 19, 2008 Share Posted October 19, 2008 He meant "You will need to adjust your max_execution_time using ini_set." You can actually just edit it in your php.ini or use the set_time_limit() function. I'd recommend the former. Link to comment https://forums.phpfreaks.com/topic/129111-solved-adjusting-browser-timeout/#findComment-669321 Share on other sites More sharing options...
trq Posted October 19, 2008 Share Posted October 19, 2008 Thanks Darkwater, silly typo on my part. Link to comment https://forums.phpfreaks.com/topic/129111-solved-adjusting-browser-timeout/#findComment-669322 Share on other sites More sharing options...
grim1208 Posted October 19, 2008 Author Share Posted October 19, 2008 That was easy. Thanks guys!!! Link to comment https://forums.phpfreaks.com/topic/129111-solved-adjusting-browser-timeout/#findComment-669326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.