We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48706
    • 5 Posts
    wandering213 Reply #1, 12 years ago
    I've run into an issue with large file (100MB+) uploads from clients failing when they use the filemanager's upload dialog. Basically the upload takes longer than my server's execution time for PHP and causes a time-out. Rather than changing that time-out to a very long period, I'd like to have the upload chunked to keep the transfer time under the time-out.

    I see that the fileapi.js has some options for chunkSize and chunkUploadRetry, but just changing those appears to break the upload functionality entirely. Something like jQuery-File-Upload would work, but I didn't want to reinvent the wheel if I could get the filemanager to work instead.