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

ChunkedUploadCompleteView - is_valid_chunked_upload is broken #67

Open nitr0man opened 1 year ago

nitr0man commented 1 year ago

https://github.com/juliomalegria/django-chunked-upload/blob/2d49a8c35bc60570c0ced68164c3fee34d312f33/chunked_upload/views.py#L252 - should be 'raise' here, not 'return'