-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Different content-type when uploading using input field and drag'n'drop #273
Comments
If you use |
I don't mean the content-type of the request, but the content-type of uploaded file declared in the request. |
What do you mean by uploaded file declared in the request? Can you send the snapshot of what you see in the request. |
Fixed in version 1.6.1. |
Thanks a lot. |
Hi,
when uploading simple csv file on Chrome/Debian using $upload.upload and file input field I get
Content-Type: text/csv
in the request to a server, whilst using $upload.upload and drag'n'drop for the same file I getContent-Type: application/octet-stream
.Is that a known issue? Is it possible to override Content-Type when uploading using $upload.upload?
The text was updated successfully, but these errors were encountered: