Skip to content

Conversation

@LDD19
Copy link

@LDD19 LDD19 commented Aug 12, 2024

What kind of change does this PR introduce?

Upload wasn't working so I added a few more file types:
-'text/csv',
-'application/vnd.ms-excel',
-'application/csv',
-'text/plain'

What is the current behavior?

Uploading a CSV would give you It seems the file you are trying to upload is still in the 'application/vnd.ms-excel format'. Please convert your file to CSV format and try uploading it again. as message on a Windows machine.

Additional context

This might cause some security issues.

Upload wasn't working so I added a few more file types:
-'text/csv',
-'application/vnd.ms-excel',
-'application/csv',
-'text/plain'
Copy link
Contributor

@mcnaveen mcnaveen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing MIME type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet to support .xlsx format

Source MDN Docs

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

Successfully merging this pull request may close these issues.

2 participants