-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot upload TSV file to bulk matching #1349
Comments
I think the API should actually accept The UI does not actively handle mime types - it just sends what the file system says. If it is tedious for the backend, I can surely do an exception and explicitly change mime type for |
Easy to add, will do that. Do you know where exactly it is decided what mime type is send? There are so many for most types, even for json and especially for zip and compression |
CSV is interesting too, |
Who uploading a TSV file with the
.tsv
file suffix the API responds with a 503. I presume a wrong content type is send?When renaming the file to
.txt
it all works.The text was updated successfully, but these errors were encountered: