Author Topic: Size limit text in "Attach a file" dialog...  (Read 2699 times)

Offline starion

  • Jr. Member
  • **
  • Posts: 32
Size limit text in "Attach a file" dialog...
« on: February 10, 2017, 01:41:48 PM »
I have changed the settings in php.ini for larger upload and post sizes to 20M.  No problem there.  However the roundcube file attachment dialog box still shows "Maximum allowed file size is 2.0MB".

I have seen several references to this, but was unable to find a solution.  Anybody know how to do this?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Size limit text in "Attach a file" dialog...
« Reply #1 on: February 10, 2017, 02:07:01 PM »
1. Make sure you change post_max_size as well as upload_max_filesize.
2. Make sure your changing the correct php.ini, many systems have multiple php.ini files for different environments.
3. Make sure you restarted the web server after you made the change.

Offline starion

  • Jr. Member
  • **
  • Posts: 32
Re: Size limit text in "Attach a file" dialog...
« Reply #2 on: February 10, 2017, 02:09:39 PM »
Doh.  Restart httpd and works fine.