[TYPO3-core] RFC: Fix bug #3412: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value

Ingo Renner typo3 at ingo-renner.com
Tue Feb 13 11:10:47 CET 2007


Am 13.02.2007 um 10:45 schrieb Michael Stucki:

> Use $TYPO3_CONF_VARS[BE][maxFileSize] for that and

sounds good

> change the $TCA values to
> "-1" which will mean: "use the global default"

do we use this scheme of "-1 for global default" somewhere already?  
Otherwise I'd suggest

'max_size' => $TYPO3_CONF_VARS[BE][maxFileSize],

which would be overriden by user's settings anyway... (backwards  
compatible)



Ingo


More information about the TYPO3-team-core mailing list