Open ahmadalfy opened 11 years ago
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?
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
but it's always being rejected as
case 'FileTypeNotAllowed'
What's the correct Mime type to upload csv files?