Roundcube Community Forum

 

(Solved) Upload max filesize problem

Started by SipriusPT, January 31, 2017, 05:38:39 AM

Previous topic - Next topic

SipriusPT

Hello guys,

One of my users have notice that it could only upload files till 2 megas per mail, so i have dig a bit and discover that in php.ini i had a limit set in upload_max_filesize and i change it from 2M to 25M. But in fact now it shows a limit of 8M instead of the 25M expected. It seems that something is limiting this action, but there is nothing at default.inc.php.

Anyone?

SKaero

Make sure to change the max_post_size as well.

SipriusPT

SKaero, i think that what you mean is post_max_size, thanks it works! You are the boss! =P