6

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

Ace Dimasuhid
  • 1,032
  • 11
  • 33

1 Answers1

6

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

Liyan Chang
  • 7,721
  • 3
  • 39
  • 59