[bug]: custom content-type header is overridden #27
Labels
issue: bug
Issue reporting a bug
status: confirmed
The issue has been confirmed or reproduced manually by a team member
A clear and concise description of what the feature is
https://docs.strapi.io/dev-docs/plugins/upload
Why should this feature be included?
https://docs.strapi.io/dev-docs/plugins/upload
Please provide an example for how this would work
No response
Edit: so i found bug:
if i use
.fetch('/upload'..., { headers: new Headers({ 'Content-Type': 'multipart/form-data', }), }
my header overrides 😢
The text was updated successfully, but these errors were encountered: