django-progressbarupload icon indicating copy to clipboard operation
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

Open kkriti01 opened this issue 8 years ago • 5 comments

kkriti01 avatar Feb 27 '17 13:02 kkriti01

btw, which browser?

paolodina avatar Jun 07 '17 09:06 paolodina

I was using google chrome.

kkriti01 avatar Jun 08 '17 02:06 kkriti01

Are you using the API correctly though? I got this working just from example code.

SeedyROM avatar Feb 14 '18 08:02 SeedyROM

I even just merged a PR to make it work in Django 2.0+

SeedyROM avatar Feb 14 '18 08:02 SeedyROM

Make sure the form has multipart encoding and make sure you are passing request.FILES to your Form.

SeedyROM avatar Feb 14 '18 20:02 SeedyROM