Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload multiple files #16

Open
sorennorrby opened this issue Dec 11, 2015 · 1 comment
Open

Upload multiple files #16

sorennorrby opened this issue Dec 11, 2015 · 1 comment

Comments

@sorennorrby
Copy link

Dear Sir,
I am trying to build a service where you could upload several files with django_chunked_upload. If I try to upload two files. The coleteUploadView is called twice but in you demo implementation md5 checksum is called on data.files[0]. so the second time the uploadCompleteView is called the error message 'checksum do not match' which is an rather obvious answer as md5 checksum is only calculated on the first file. Could it be possible to iterate over the files and callculate md5 and call completeUploadView separately for each file, or at least reset and recalculate md5?
Any help would be appreciated!

Yours truly

Soren Norrby

@tcztzy
Copy link

tcztzy commented Jan 25, 2016

I write a plugin for supporting multiple file chunked upload.
https://github.com/tcztzy/django-multiple-file-chunked-upload
which is modified from this app. I wrote this plugin for meeting my boss's demand.
BUT, I would not recommend that multiple file upload and chunked upload simultaneously. If you want to upload multiple big files, FTP will be a better choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants