juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
214 stars 71 forks source link

example of javascript #5

Closed larsbijl closed 9 years ago

larsbijl commented 10 years ago

Hey is there a example of the fileupload javascript somewhere to make use of this?

juliomalegria commented 10 years ago

This is the javascript plugin that works with this python module: jQuery File Upload Plugin.