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

added MultiImageField validating that the uploaded file is an image #11

Closed zaturox closed 8 years ago

zaturox commented 9 years ago

I added a field for uploading multiple Images at once. main difference is, that Django checks wether the uploaded file is an image.

0181532686cf4a31163be0bf3e6bb6732bf commented 8 years ago

Hi zaturox, I've incorporated your change into my pull request