jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
814 stars 136 forks source link

Unable to upload multiple files for filefields with attrs={'multiple': True} #129

Open Thura98 opened 6 years ago

Thura98 commented 6 years ago

I am only getting 1 file back from form.cleaned_data for filefields with attrs={'multiple': True} when I upload multiple files. I believe this is a duplicate of #98 and #58 but those solutions does not work out at all. Is it alright if this issue can be fixed?

lilboat72 commented 4 years ago

uhm... I also have the same problem. Did you find a solution after 2 years