Text/CSV file types are not supported as mime_xls #1207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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'.
First issue. ever. let me know if you any additional information is required.