Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Are Script Timeouts a Problem?
Are Script Timeouts a Problem?
Last post 02-22-2010, 7:17 PM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-16-2010, 11:07 PM
58749
siwelis
Joined on 02-16-2010
Posts 4
Are Script Timeouts a Problem?
Reply
Quote
I'm on a shared host which as often has script execution time limits around 30. I've made scripts to process a couple hundred files at once, but had to incrementally process them to avoid timeouts in the middle of processing.
Are script execution times much of a problem with this? Does this break the process down to the individual file?
Thank you in advance.
Filed under:
phpfileuploader
02-22-2010, 7:17 PM
58908
in reply to
58749
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Are Script Timeouts a Problem?
Reply
Quote
Hi,
That will be a problem.
You can specify this property to force Flash use chunking upload mode :
$uploader->FlashUploadMode="Partial"
So for the users who use Silverlight or Flash10 , it will be OK.
Regards,
Terry