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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
trq Posted October 19, 2008 Share Posted October 19, 2008 Thanks Darkwater, silly typo on my part. Quote Link to comment Share on other sites More sharing options...
grim1208 Posted October 19, 2008 Author Share Posted October 19, 2008 That was easy. Thanks guys!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.