Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Description
Description
PHP supports RFC1867 (multipart/form-data
) for non-POST
HTTP verbssince PHP 8.4 and this should be implemented in Symfony'sRequest
object.
At present, sendingmultipart/form-data
with any verb other thanPOST
results in an emptyRequest
parameters object. This is a very bad user experience, as this leads the developer to go hunting for where and how the data went missing.
This addresses long-standing frustrations like#9226 which have plagued developers for the past 12 years.
Metadata
Metadata
Assignees
Labels
No labels