max_execution_time

Hello,

my hoster do not allow to change the max_execution_time of 90 sec - than i can't use the swfUpload for large files?

Mark

gyphie's picture

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!