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

Fix CSV MIME type issue when uploading #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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