You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users able to copy and paste data to proceed.
Issue requires code fix adding new ACCEPTED_CONTENT_TYPES - "application/vnd.ms-excel"
The problem is due to how the mime-type of a file is determined by the browser. Window passes 'application/vnd.ms-excel' as the file type for csv files. Chrome manages the file type however Firefox/MS Edge need it explicitly defined.
The text was updated successfully, but these errors were encountered:
Steps to produce:
On a windows computer when using Firefox/MS Edge browsers:
Expected result:
File accepted
Actually result:
"Invalid file type" error displayed.
Users able to copy and paste data to proceed.
Issue requires code fix adding new ACCEPTED_CONTENT_TYPES - "application/vnd.ms-excel"
The problem is due to how the mime-type of a file is determined by the browser. Window passes 'application/vnd.ms-excel' as the file type for csv files. Chrome manages the file type however Firefox/MS Edge need it explicitly defined.
The text was updated successfully, but these errors were encountered: