Max upload size

Permalink
Hi all, should be easy but I was wondering how to increase the maximum upload size in Concrete5 5.7.

I knew how to do it in 5.6 but not sure what and where to put to make the change in 5.7.

Any help would be greatly appreciated.

 
amrod replied on at Permalink Best Answer Reply
amrod
You can add these lines in .htaccess file
#php_value post_max_size 100M
#php_value upload_max_filesize 100M
mobius2000 replied on at Permalink Reply
Thanks heaps, I seem to be really struggling with the little differences between 5.6 and 5.7 but loving it.

Much appreciated.