rondog Posted May 13, 2011 Share Posted May 13, 2011 If I have an upload script and it takes 10 minutes to upload a file, will having max_execution_time set to 60 not work since it is only a minute? Quote Link to comment https://forums.phpfreaks.com/topic/236362-question-on-max_execution_time/ Share on other sites More sharing options...
requinix Posted May 13, 2011 Share Posted May 13, 2011 It will work. max_execution_time only affects your code, not what happens behind the scenes. Quote Link to comment https://forums.phpfreaks.com/topic/236362-question-on-max_execution_time/#findComment-1215222 Share on other sites More sharing options...
rondog Posted May 13, 2011 Author Share Posted May 13, 2011 alright..im just tryin to figure out why this particular server I am working with is giving me a 500 internal server error after the upload reaches 100%. It uploaded a 5mb file fine, but a 40mb file produced a 500 internal server error. The max post size is 100m and the upload max filesize is 100m Quote Link to comment https://forums.phpfreaks.com/topic/236362-question-on-max_execution_time/#findComment-1215225 Share on other sites More sharing options...
requinix Posted May 14, 2011 Share Posted May 14, 2011 And what do the webserver's error logs say about it? Quote Link to comment https://forums.phpfreaks.com/topic/236362-question-on-max_execution_time/#findComment-1215236 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.