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
218 stars 73 forks source link

Add Content-Range Header Requirement to Docs #46

Open steverecio opened 5 years ago

steverecio commented 5 years ago

I was setting up some custom client-side code to interact with the chunked upload API and during the debugging process I discovered the requirement for setting the Content-Range header in the chunk uploading process only after digging through the source code. Would be great to add this more explicitly in the docs in Step 3 of Typical Usage

jerinpetergeorge commented 4 years ago

@steverecio It's a good suggestion. I am also planning to add a minimal python example regarding how to use this upload API.