Actions
Feature #101203
closedGeneric TypeConverter for file uploads in Extbase
Start date:
2023-06-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Extbase should include an TypeConverter for file uploads to file references, which can be used by 3rd party extensions.
The TypeConverter should:
- Support one or multiple files
- Allow configuration of max. file size, mime types and target folder
- Allow to configure random prefix, postfix or infix for uploaded filenames
- Be best practice in terms of secure file uploads
- Be documented well (configuration + security considerations)
- Be fully covered with tests
If possible, the existing TypeConverter in ext:form could be replaced by the new generic solution.
Updated by Torben Hansen 12 months ago
- Status changed from New to Closed
Closing this issue, since the TypeConverter solution has backdraws (too much configuration, persisting files before objects) and I have different plans for Extbase file upload in v13.
Actions