Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
milesangelo opened this issue May 9, 2022 · 1 comment
Open

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

milesangelo opened this issue May 9, 2022 · 1 comment

Comments

@milesangelo
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant