Author Topic: (Solved) Upload max filesize problem  (Read 4347 times)

Offline SipriusPT

  • Jr. Member
  • **
  • Posts: 36
(Solved) Upload max filesize problem
« 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?
« Last Edit: January 31, 2017, 12:04:38 PM by SipriusPT »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Upload max filesize problem
« Reply #1 on: January 31, 2017, 10:16:57 AM »
Make sure to change the max_post_size as well.

Offline SipriusPT

  • Jr. Member
  • **
  • Posts: 36
Re: Upload max filesize problem
« Reply #2 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