postgres-new
postgres-new copied to clipboard
Fix CSV MIME type issue when uploading
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.