[TYPO3-english] Limit on file size?

Graham Knight graham.knight5 at gmail.com
Mon Jul 4 16:45:13 CEST 2016


Hi,

I have a simple piece of TypoScript which accesses a file:

lib.pubList=FILE
lib.pubList{
file.stdWrap.cObject=TEXT
file.stdWrap.cObject{
value=pubListFull
wrap=fileadmin/UCL-CS/research/publications/|.html
}
}

This is invoked via the Typoscript2ce extension and works fine on small test files. However, the full file is 2.4MB and this never returns anything. Is there a configurable file size limit somewhere? I have looked at [BE][maxFileSize] and this is set to 100MB.

Graham


More information about the TYPO3-english mailing list