zmathew / django-ajax-upload-widget

Provides AJAX file upload functionality for FileFields and ImageFields with a simple widget replacement in the form.
BSD 3-Clause "New" or "Revised" License
89 stars 63 forks source link

fixed detection of image extensions to also detect upper case extensions #4

Closed beniwohli closed 11 years ago

beniwohli commented 11 years ago

e.g. filename.JPG and 'jpeg'

zmathew commented 11 years ago

Thanks for the contribution!