You are not logged in.
Pages: 1
Trying to figure out why we can not get any files larger than 50MB to upload.
Here is our PHP info
http://upload.moonrocktech.com/info.php
http://upload.moonrocktech.com/upload.php
Is there a special PHP settings?
Thanks in advance.
Offline
Hi Tom,
When testing the upload we see that it takes over a minute before the error is seem. Note that the call to CreateUpload() in the example posted on https://secure.thirdlight.com/developer … .php?id=17 contains an argument 'lifetime' which is set to 60.
To quote from the API docs:
int lifetime: The time in seconds to wait before automatically processing the upload. Valid range is 60 - 86400 (1 minute - 1 day). Default is 1 hour.
Try setting it to a bigger value such as 3600.
You probably would not have seen the problem on a faster network but in this case raising the threshold is likely to be the way to go.
Offline
that worked.
Offline
Pages: 1