Actions
Bug #100792
openFile Upload in Extbase Context (Frontend)
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2023-05-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We are getting the extension femanager ready for TYPO3v12. But we faced a Problem with the Fileupload in Extbase Context.
When submitting an upload field as a property of an extbase object in v12 it is changed to an UploadedFile Object. When we try to convert it with a TypeConverter it throws an error because it is not a simple datatype. What have we missed? What is the best solution to handle file uploads in an extbase object context?
Actions