Actions
Bug #102283
closedExtbase file upload using type converters not possible any more
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2023-10-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #97214, the $_FILES
globale variable is not used within extbase any more. The change however misses, that the uploaded files previously were merged into extbase arguments, so currently a file uploaded through the Fluid upload ViewHelper (example: <f:form.upload property="file" />
) is not available as a mapped property. This results in, that all 3rd party code, which makes use of a custom TypeConverter for file uploads (like the one we use in ext:form or Helmuts Upload Example) does not work any more, since files are simply not uploaded and mapped any more.
Actions