arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

properly check the mime types of a file #55

Closed armandopadilla closed 8 years ago

armandopadilla commented 8 years ago

Properly check the mime type of a file. From the looks of it the acceptedFileTypes checks the file name and not the mime type.