[TYPO3] Filesize Limit

Nick Weisser typo3 at openstream.ch
Mon Mar 6 14:38:36 CET 2006


Hi there,

I've found different threads about this problem, but none of them could 
solve my problem.

I get this error message in the BE list module when trying to add an 
image to a tt_products db record:

1: Filesize (1.4 M) of file 
'/var/www/virtual/blabla.com/htdocs/fileadmin/images/cd015/156_5638.JPG' 
exceeds limit (1.0 M). (tt_products:NEW440c34b57ed1a:image)


I tried:

localconf.php
[BE][maxFileSize] = 30000


php.ini
post_max_size	8M
upload_max_filesize	10M


typo3conf/extTables.php
/* Set max media file size to 100 MB */
$GLOBALS['TCA']['tt_content']['columns']['media']['config']['max_size'] 
= 100*1024;
typo3conf/localconf.php
$typo_db_extTableDef_script = "extTables.php";


None of them worked.

Any other suggestions are very much appreciated.

Regards,
Nick

P.S. TYPO3 3.8.1




More information about the TYPO3-english mailing list