[TYPO3-dam] max upload

georg kuehnberger georg at georg.org
Fri Feb 1 12:59:27 CET 2008


ben van 't ende [netcreators] wrote:
> Hey Guys,
> 
> Seems like the most trivial question ever, but I just couldn't find the right
> answer. The max upload is 10mB in DAM. All settings mentioned everywhere ;-)
> does not seem to increase that value. Is it me or is it hardcoded in DAM?
> 
> gRTz
> 
> ben

ben,
out if memory only, I'd check out the TCA, see also:

typo3conf/ext/dam/tca_media_field.php
---
$GLOBALS['T3_VAR']['ext']['dam']['TCA']['media_config'] = 'max_size' =>
'max_size' => '10000',
$GLOBALS['T3_VAR']['ext']['dam']['TCA']['image_config'] = 'max_size' => 
'max_size' => '1000',

hth regards georg


More information about the TYPO3-project-dam mailing list