Skip to content

Upload plugin for Django which support multiple file chunked upload simultaneously.

License

Notifications You must be signed in to change notification settings

tcztzy/django-multiple-file-chunked-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-multiple-file-chunked-upload

Upload plugin for Django which support multiple file chunked upload simultaneously.

Modified from django-chunked-upload which only support single file chunked upload. Because of the async chunked upload, remove django-chunked-upload's upload_id attribute.

This app works with jQuery File Upload Plugin and SparkMD5

Requirement

My environment:

Python==3.5.1

Django==1.9.1

jQuery==2.2.0

P.S. for unknown reason, only the Django 1.9+ will support modifying file field's upload_to by assign to YourOwnModel._meta.get_field('file').upload_to

License

MIT

About

Upload plugin for Django which support multiple file chunked upload simultaneously.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published