caktus / django-sticky-uploads

Enhanced file input widget for Django which uploads the file in the background and retains value on form errors.
BSD 3-Clause "New" or "Revised" License
32 stars 9 forks source link

Multi-Threaded Upload #6

Open mlavin opened 11 years ago

mlavin commented 11 years ago

HTML5 rocks has an interesting example of breaking up into pieces for large uploads. It would amazing to use this to break up large files and reassemble server-side. http://www.html5rocks.com/en/tutorials/file/xhr2/#toc-example-slicingfiles