Filepicker does not accept mimetype 'text/csv' on windows

五迷三道 提交于 2019-12-01 03:48:22

问题


I am using filepicker and set the mimetype for the upload on 'text/csv'. It works pretty well on Mac chrome, but on windows it does not. Any idea on how to fix this? Thanks.

Ace


回答1:


Try the alternative mimetypes as well:

text/comma-separated-values, text/csv, application/csv, application/excel, application/vnd.ms-excel, application/vnd.msexcel

Source: http://filext.com/file-extension/CSV



来源:https://stackoverflow.com/questions/17518440/filepicker-does-not-accept-mimetype-text-csv-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!