I've been having issues with files that are fairly large...lets say about 185MB. Whenever I try to upload a file of this size it continuously does a retry at 7MB and then the uploader (frontend) states to check my timeout....
My information is as shown below when I view the administrator page...
PHP upload limit (in KB): 512000000
PHP memory limit (in KB): 512512000
Max. resize resolution: ~ 341503 x 256448
PHP max input time: 86400 s
PHP max execution time: 86400 s
Default socket timeout: 86400 s
Now I run my own webserver and my page is NOT hosted by someone else. I edit the PHP.INI file and it makes the changes that I make..
I have read the FAQ 4 and 14 (before that's suggested as the solution).
I want to allow my customers to upload whatever file size they need to do (that's why the huge limit?)
Anyway I can upload a 25MB file no problem...so it's not the size limit that's an issue here?
Large files (example 185MB) constantly "retry" around 7MB....not sure what needs to be done and if that default socket timeout is the issue?
I also noticed in another thread that you mentioned a 100MB limit per file with the Flash but people have been able to upload over 100MB per file? Here is the thread...
http://www.tinywebgallery.com/forum/vie ... 3270#13270