Project

General

Profile

Actions

Feature #101203

closed

Generic TypeConverter for file uploads in Extbase

Added by Torben Hansen 11 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
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.

Actions #1

Updated by Torben Hansen 11 months ago

  • Description updated (diff)
Actions #2

Updated by Torben Hansen 3 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

Also available in: Atom PDF