[TYPO3] Filesize limit for multimedia-element

Bert Hiddink hiddink at bendoo.com
Tue Oct 3 09:09:37 CEST 2006


Hello, Franz!

Franz Holzinger wrote:
> Bert Hiddink a écrit :
>> Hello!
>>
>> In an old TYPO3-installation (3.7.0), when trying to assign a .flv to 
>> VideoPlayer extension, we get a filesize-max error:
>>
>>      1: Filesize (4.4 M) of file 
>> '/usr/www/users/bendoo/hp-sites/fileadmin/beelden_vvb/video/vvb1.flv' 
>> exceeds limit (2.0 M). (tt_content:359:pi_flexform)
>>
>> I installed both:
>> http://typo3.org/extensions/repository/search/swg_tca_ext_10mb/1.0.0/
>> http://typo3.org/extensions/repository/search/asfk_uploadsize/1.2.0/
>> ... but this did not change anything.
>>
>> How could I increase this limit? Or is this hard-coded somewhere?
>>
>> Thanks in advance for your help!
>>
>> grt,
>> -brt
>>
>> Bert Hiddink
>> BENDOO e-work solutions
>> http://www.bendoo.nl
>> hiddink at bendoo.com  
> [BE][maxFileSize] = 10000
> 
> $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] = 10000

I found it in the file "flexform_ds_pi1.xml" of the extension:

...
<internal_type>file</internal_type>
<allowed>flv</allowed>
<max_size>2000</max_size>
<uploadfolder>uploads/tx_flvplayer</uploadfolder>
<size>1</size>								
...


Thanks!!!

grt,
-brt

hiddink at bendoo.com



More information about the TYPO3-english mailing list