jquery-filedrop
jquery-filedrop copied to clipboard
Cannot upload .CSV files
I tried adding all those Mime types to the configuration
text/comma-separated-value text/csv application/csv application/excel application/vnd.ms-excel application/vnd.msexcel text/anytext
allowedfiletypes: ['text/csv', ... ],
but it's always being rejected as
case 'FileTypeNotAllowed'
What's the correct Mime type to upload csv files?