I'm pretty sure that max_execution_time does not include the time it takes to post/upload files. All you should have to worry about are the max post and max upload size settings. But you'd probably get better information about it from PHPs website. As always, testing is important!
I think you can
I'm pretty sure that max_execution_time does not include the time it takes to post/upload files. All you should have to worry about are the max post and max upload size settings. But you'd probably get better information about it from PHPs website. As always, testing is important!