Text/CSV file types are not supported as mime_xls
milesangelo opened this issue · 1 comments
milesangelo commented
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
First issue. ever. let me know if you any additional information is required.