[TYPO3-dev] upload subfolder
    Martin Kutschker 
    Martin.Kutschker at n0spam-blackbox.net
       
    Wed Nov  8 16:24:15 CET 2006
    
    
  
Dmitry Dulepov schrieb:
> Bartosz Aninowski wrote:
> 
>> HI
>> How can I upload files in BE from my extension to 
>> upload/tx_myext/subfolder
>> I want to upload files to fg upload/tx_myext/XXXX where XXXX is 
>> current year 2006
>> Can you give me a hint?
> 
> 
> Yes :)
> 
> Upload folder is set in $TCA for your tables. Nothing prevents you from 
> doing this:
>     'uploadfolder' => 'uploads/tx_myext/' . date('Y'),
> but folder must exist.
That kind of dynamic configuration is just the stuff which kills any 
reasonable TCA caching for FE.
PHP is too powerful for configuration, let's switch to XML in 5.0 to 
prevent such madness.
Masi
    
    
More information about the TYPO3-dev
mailing list