Text/CSV file types are not supported as mime_xls #1207

Open
opened 2022-05-09 17:59:26 +00:00 by milesangelo · 1 comment
milesangelo commented 2022-05-09 17:59:26 +00:00 (Migrated from github.com)

Running into an issue after a chrome update (updated to Version 100.0.4896.127) where we are trying to queue up a .csv file and the File object type is being set to 'text/csv' in the newer version of Chrome, but was being set to 'application/vnd.ms-excel' in the older version of chrome.

My thought is that we should add 'text/csv' in the mime_xsl file-type list in file-type.class.ts so that csv can be supported where mime type is 'text/csv'.

Running into an issue after a chrome update (updated to Version 100.0.4896.127) where we are trying to queue up a .csv file and the File object type is being set to 'text/csv' in the newer version of Chrome, but was being set to 'application/vnd.ms-excel' in the older version of chrome. My thought is that we should add 'text/csv' in the mime_xsl file-type list in file-type.class.ts so that csv can be supported where mime type is 'text/csv'.
milesangelo commented 2022-05-09 17:59:50 +00:00 (Migrated from github.com)

First issue. ever. let me know if you any additional information is required.

First issue. ever. let me know if you any additional information is required.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1207