weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

Cannot upload .CSV files #126

Open ahmadalfy opened 11 years ago

ahmadalfy commented 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?