CSV file type in windows
Opened this issue · 0 comments
renjithsasidharan commented
Browsers on windows send MIME type as application/vnd.ms-excel
. Library is just checking againt text/csv
. This can break things in windows. The workaround now is to make changes in windows registry to send text\csv as MIME type.