I am running TYPO3 cms and I need to increase the PHP upload amount.
In PHP.ini I set:
;Maximum allowed size for uploaded files.
upload_max_filesize = 10M
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
I set the correct parameter in the TYPO3 Installer:
maxFileSize = 102400
But I have read that in the httpd/conf.d/php.conf file I need to set this:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 10000000
</Files>
I have CentOS5 and DirectAdmin
Thanks.
Last edited: