postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

Fix CSV MIME type issue when uploading

Open LDD19 opened this issue 1 year ago • 0 comments
trafficstars

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.

LDD19 avatar Aug 12 '24 16:08 LDD19