You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #44728 [Mime] Fix encoding filenames in multipart/form-data (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[Mime] Fix encoding filenames in multipart/form-data
| 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 in 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
Commits
-------
a58c342 [Mime] Fix encoding filenames in multipart/form-data
0 commit comments