Open swiffer opened 6 years ago
@swiffer Thanks. This would not be a high priority issue, but this is a great feature request.
@swiffer If you wish to get that faster, do not hesitate to submit a PR with support for this kind of uploads.
I do Not feel to have enough knowledge of the Plugin structure to contribute. Fixed my urgent use Case by asking the hoster to modify PHP config.
Since you’re using jquery fileupload in the classic uploader from frontend side it’s seems to be easy to implement Chunked Uploads as described here.
https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads
However quite a lot needs to be changed for supporting this on the backend. The PHP based example is a good starting point but needs serious adaptions to make this work flawlessly. Any chance of seeing support for this?
https://github.com/blueimp/jQuery-File-Upload/blob/master/server/php/UploadHandler.php
Many Servers do not allow to upload files larger than X MB making it hard to use as a customer area when trying to exchange huge files (not applicatable for sending via mail).