[TYPO3-dam] Is it possible to upload files into a DAM folder instead of /uploads?

Michael Miousse michael.miousse at infoglobe.ca
Mon Nov 24 13:35:02 CET 2008


Mathias Schreiber [TYPO3] wrote:

> f I upload a file like an image below RTE in the normal content
>> elements it gets uploaded into the standard folder of T3. Is there a way
>> to upload those files into a specific folder specified?
> 
try ig_conf_editor extension, it allow you to modify TCA configuration
whitout having to create any other extension, just fallow th user manual.
its very simple.

the lines you should modify should be :
$TCA['tt_content']['columns']['image']['config']['uploadfolder'] = '';
or 
$TCA['tt_content']['columns']['multimedia']['config']['uploadfolder'] = '';
or 
$TCA['tt_content']['columns']['media']['config']['uploadfolder'] = '';
-- 
Michael Miousse
Infoglobe
michael.miousse at infoglobe.ca


More information about the TYPO3-project-dam mailing list