Project

General

Profile

Feature #101203

Updated by Torben Hansen 12 months ago

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. 

Back