Roundcube Community Forum

 

Size limit text in "Attach a file" dialog...

Started by starion, February 10, 2017, 01:41:48 PM

Previous topic - Next topic

starion

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?

SKaero

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.

starion