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

userfield check added by tweaking 'get_extra_attrs' method #55

Closed jerinpetergeorge closed 4 years ago

jerinpetergeorge commented 4 years ago

Related Issue: 'user' field passed to BaseChunkedUpload causes exception
Related PR(s):

  1. Fixes #47 (expired since new changes have been made in codebase)