thecodingmachine/html.widgets.jqueryfileupload

FileType tests too restrictive for Excel generated CSV files

Opened this issue · 0 comments

When trying to upload a CSV file for example, regex will be tested against file type or name. If one of these tests fails, file id rejected.

When the CSV file was generated from Excel for example, file type will not contain CSV and thus file cannot be imported.