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
This PR was merged into the 7.2 branch.
Discussion
----------
[HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#58590
| License | MIT
This PR fixes a bug with the `#[MapUploadedFile]` attribute in routes, where an optional ?UploadedFile parameter does not behave as expected when no file is provided.
Commits
-------
fba1f45 [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
0 commit comments