Skip to content
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

fix: handle multipart/form-data submissions #8984

Merged
merged 2 commits into from Jun 21, 2022
Merged

Conversation

brophdawg11
Copy link
Contributor

Do not manually specify the Content-Type in our Request creation, the browser will do that automatically based on the FormData contents.

Closes #8982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: TypeError: Invalid MIME type is thrown when await request.formData() in action
2 participants