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

[Mime] Fix encoding filenames in multipart/form-data #44728

Merged
merged 1 commit into from Dec 20, 2021

Conversation

@nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Dec 20, 2021

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #41249
License MIT
Doc PR -

File uploads that use forms have stick to browsers' behavior. This is captured by the WHATWG in their living standard:
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data

curl did the same a few weeks ago:
curl/curl#7805

fabpot
fabpot approved these changes Dec 20, 2021
@fabpot
Copy link
Member

@fabpot fabpot commented Dec 20, 2021

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 0558be7 into symfony:4.4 Dec 20, 2021
11 checks passed
@nicolas-grekas nicolas-grekas deleted the mime-form-data branch Dec 20, 2021
@fabpot fabpot mentioned this pull request Dec 29, 2021
@fabpot fabpot mentioned this pull request Dec 29, 2021
@fabpot fabpot mentioned this pull request Dec 29, 2021
@fabpot fabpot mentioned this pull request Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants