django-progressbarupload
django-progressbarupload copied to clipboard
It doesn't work in any browser..I cloned this project and when I hit submit it says no file chosen
btw, which browser?
I was using google chrome.
Are you using the API correctly though? I got this working just from example code.
I even just merged a PR to make it work in Django 2.0+
Make sure the form has multipart encoding and make sure you are passing request.FILES to your Form.