Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: SipriusPT on January 31, 2017, 05:38:39 AM

Title: (Solved) Upload max filesize problem
Post by: SipriusPT on January 31, 2017, 05:38:39 AM
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?
Title: Re: Upload max filesize problem
Post by: SKaero on January 31, 2017, 10:16:57 AM
Make sure to change the max_post_size as well.
Title: Re: Upload max filesize problem
Post by: SipriusPT on January 31, 2017, 12:04:10 PM
SKaero, i think that what you mean is post_max_size, thanks it works! You are the boss! =P