Actions
Bug #102271
closedBroken backwards compatibility in request builder for file uploads as object property
Start date:
2023-10-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
when trying to map a file upload as a property of an object in v12 the arguments get broken by an array reset in the request builder:
https://github.com/TYPO3/typo3/blob/12.4/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php#L143
For the property mapper it looks like the file is a separate argument then.
Actions