You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
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?
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: