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

Creating the MaximumFileField without a maximum file size does not yield an error at validation time anymore #2

Closed pfif closed 10 years ago

pfif commented 10 years ago

If this simple modification is not done, and that maximum_file_size , not being passed at initialisation, is None, the validate function is always raising the file_size error.

Thanks for your library by the way, that's exactly what I needed !

Chive commented 10 years ago

Thanks :smile:

pfif commented 9 years ago

Are you going to publish a new version on PyPi with this correction ? It'd be nice that my project stop referencing my own fork of this GitHub repo :)