Yuvaleros / material-ui-dropzone

A Material-UI file upload dropzone
MIT License
483 stars 248 forks source link

Update isImage helper with file signatures #334

Closed faupol3 closed 1 year ago

faupol3 commented 2 years ago

Description

The isImage helper function depends on the mime type and in certain cases it doesn't work as expected. See related issues. To overcome this issues, using file signature inspection is proposed.

Type of change

How Has This Been Tested

Checklist

I haven't worked with JS for a while and haven't had the time to properly test this PR. Anyone feel free to pick it up from here if needed.