JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
974 stars 399 forks source link

Extract file extension from signed urls in function getFileType #98

Open murilobr opened 5 years ago

murilobr commented 5 years ago

To get file extension dropify uses getFileType function, but some urls are signed, for example AWS, and the function getFileType can't extract the extension correctly.

jmadureira commented 4 years ago

For reference this is a duplicate of #91 so in the event of fixing one of the issues the other one can be closed as well.