[Typo3] media field extend upload size from 1.0M to 5M

Erik Foppen erikfoppen at gmail.com
Fri Dec 2 12:27:48 CET 2005


Carlos Rodriguez wrote:
> Hi all,
> 
> I am using a normal textpic field. I want to upload files there.
> The prob is that file upload is limited to 1.0 M.
> 
> but *where* and *how* can I change this?
> 
> I need something around3 to 5 M
> 
> thanks

Hi Carlos,

I created an empty extension and put the following line in ext_tables.php:

$TCA['tt_content']['columns']['image']['config']['max_size'] = 10000;

install the extension, clear cache and you can use 10M images in tt_content!

Regards!

Erik



More information about the TYPO3-english mailing list