Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.
MIT License
279 stars 81 forks source link

Create FileExtensionValidator for MultiFileField() #37

Closed abu-yusuf-dev closed 3 years ago

abu-yusuf-dev commented 5 years ago

How can you validate file-extensions here? files = MultiFileField(min_num=1, max_num=7)

I have FileExtensionValidator in my models but it's saving all the files without validating the file-extensions.

So, How can I do that?

Chive commented 3 years ago

Please reopen if still required.