Posted by & filed under TYPO3.

The filelist can now be manipulated by TS. The new property will fill in the list from a declared folder:
tt_content.uploads.20.filePath

It allows you to set the filepath where images are taken from to be set via TypoScript, with a stdWrap option to dynamically set this value. By default this is set to get the value from the data record field “select_key”

Example:
Set filepath in the content element to:
fileadmin/users/{TSFE:fe_user|user|username}/

Then add the following TS:
tt_content.uploads.20.filePath.field = select_key
tt_content.uploads.20.filePath.insertData = 1

More info:
RFC #10673: Feature Request: Enable CSC “uploads” filelist to be manipulated by TS
http://bugs.typo3.org/view.php?id=10673

Leave a Reply

  • (will not be published)