bruvellu / cifonauta

Marine biology image database by CEBIMar/USP
http://cifonauta.cebimar.usp.br
GNU General Public License v3.0
21 stars 5 forks source link

Check MIME media type during upload #259

Closed bruvellu closed 3 weeks ago

bruvellu commented 10 months ago

In addition to checking the file extension, we could check the content_type header from the uploaded files. Then, only continue with the upload if both extension and MIME type match the accepted formats.

See here the most common or the full list of MIME types.