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 / works with Restful? #41

Closed vsoch closed 6 years ago

vsoch commented 6 years ago

hey @juliomalegria ! I'm familiar with the JQuery uploads for which this is intended (from a form POST) and am wondering if you have examples of using the module for restful POST (and if this is supported?) I'm hoping to add chunked upload to a POST from a command line client (not a form) and am hoping this could do the trick :) Thanks!

vsoch commented 6 years ago

ping @juliomalegria , really could use some help!

vsoch commented 6 years ago

Thanks anyway, I wound up not using this in favor of nginx upload module that uploads directly via nginx for much faster uploads. Closing!