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

Use django JSONResponseMixin #4

Closed qwattash closed 9 years ago

qwattash commented 10 years ago

Hi, I wanted to suggest to use the JSONResponseMixin or other mixins to render the response instead of the Response class, It seems more flexible to me.

Cheers, qwattash

juliomalegria commented 9 years ago

I'm not familiar with the JSONResponseMixin. What extra flexibility are you trying to achieve?