TYPO3: Create new folders and upload files through the RTE

Default settings of the HTMLArea RTE do not allow you to create new folders or upload files to the fileadmin. 2 simple TSConfig lines can enable this.

For your convenience:

## Enable upload field
options.uploadFieldsInTopOfEB = 1  

## Enable folder create
options.createFoldersInEB = 1 

Check out the screenshot:

Bookmark and Share

Drop a comment