scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Support for non-standard MIME types while uploading and viewing images #157

Open ksurya opened 10 years ago

ksurya commented 10 years ago

Reference: http://stackoverflow.com/q/2086374/1162468

Image upload data validated with django.forms.ImageField uses PIL which also recognises x- file mimetypes. However, scipy_central.submission.views.get_display() does not.