jquery-filedrop icon indicating copy to clipboard operation
jquery-filedrop copied to clipboard

Cannot upload .CSV files

Open ahmadalfy opened this issue 11 years ago • 0 comments

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?

ahmadalfy avatar May 22 '13 22:05 ahmadalfy