Allow larger file size uploads in the media module
- Edit the /typo3conf/localconf.php file
- Copy & paste this line into the localconf.php file (for a maximum file size of 80MB):
$TYPO3_CONF_VARS['BE']['maxFileSize'] = '85000';
Archive for February, 2013
$TYPO3_CONF_VARS['BE']['maxFileSize'] = '85000';