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

Fixes #47 #48

Closed steverecio closed 4 years ago

steverecio commented 5 years ago

Handles errors when chunked upload model doesn't have a user field.

jerinpetergeorge commented 4 years ago

fixed in #55