Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
fabpot merged 1 commit into
symfony:4.4from
nicolas-grekas:mime-form-data
Dec 20, 2021
Merged

[Mime] Fix encoding filenames in multipart/form-data#44728
fabpot merged 1 commit into
symfony:4.4from
nicolas-grekas:mime-form-data

Conversation

@nicolas-grekas
Copy link
Copy Markdown
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
Copy link
Copy Markdown
Member

fabpot commented Dec 20, 2021

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 0558be7 into symfony:4.4 Dec 20, 2021
@nicolas-grekas nicolas-grekas deleted the mime-form-data branch December 20, 2021 14:47
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.

3 participants