Uploading a CSV file via Zen (v1.19.12b) on Windows 11 gets a 'Please upload valid CSV file.' toast response. This is due to the browser recognising the mime type as application/vnd.ms-excel, while the uploadFile function in frappe/DataImport/UploadStep.vue strictly requires a text/csv type.
This prevents the import of data on Frappe CRM.
The issue is not apparent on Edge or Chrome.
Uploading a CSV file via Zen (v1.19.12b) on Windows 11 gets a 'Please upload valid CSV file.' toast response. This is due to the browser recognising the mime type as application/vnd.ms-excel, while the uploadFile function in frappe/DataImport/UploadStep.vue strictly requires a text/csv type.
This prevents the import of data on Frappe CRM.
The issue is not apparent on Edge or Chrome.