Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Support Chunked Uploads #307

Open
swiffer opened this issue Jul 17, 2018 · 3 comments
Open

Support Chunked Uploads #307

swiffer opened this issue Jul 17, 2018 · 3 comments

Comments

@swiffer
Copy link
Contributor

swiffer commented Jul 17, 2018

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).

@tlartaud
Copy link
Contributor

@swiffer Thanks. This would not be a high priority issue, but this is a great feature request.

@vpratfr
Copy link
Member

vpratfr commented Jul 18, 2018

@swiffer If you wish to get that faster, do not hesitate to submit a PR with support for this kind of uploads.

@swiffer
Copy link
Contributor Author

swiffer commented Jul 18, 2018

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.

@marvinlabs marvinlabs deleted a comment from Swifter Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants