ouhouhsami / django-progressbarupload

Progress bar upload for Django
BSD 3-Clause "New" or "Revised" License
88 stars 67 forks source link

It doesn't work in any browser..I cloned this project and when I hit submit it says no file chosen #20

Open kkriti01 opened 7 years ago

paolodina commented 7 years ago

btw, which browser?

kkriti01 commented 7 years ago

I was using google chrome.

SeedyROM commented 6 years ago

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

SeedyROM commented 6 years ago

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

SeedyROM commented 6 years ago

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