Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: jhutchins on April 13, 2023, 04:08:02 PM

Title: Upload File Size
Post by: jhutchins on April 13, 2023, 04:08:02 PM
Running roundcube  1.4.13 on Debian 11 (upgraded from earlier releases), my Max Upload shown in the compose window is "2M".   I updated /etc/php/7.4/apache2/php.ini upload_max_size from "2M" to "10M", but the compose link now says max size 8M.  Is there an htaccss file setting as well?  Which htaccess is in effect?

The following php.ini files are available:

/etc/php/7.0/apache2/php.ini
/etc/php/7.0/apache2/php.ini.ucf-dist
/etc/php/7.0/cli/php.ini
/etc/php/7.3/apache2/php.ini
/etc/php/7.3/cli/php.ini
/etc/php/7.4/apache2/php.ini
/etc/php/7.4/cli/php.ini
/etc/php/7.4/fpm/php.ini
/usr/lib/php/7.4/php.ini-development
/usr/lib/php/7.4/php.ini-production
/usr/lib/php/7.4/php.ini-production.cli

These are the available htaccss files.  I do not find the string "size" in any of them.
/etc/roundcube/htaccess
/var/lib/roundcube/.htaccess
/var/lib/roundcube/public_html/.htaccess
Title: Re: Upload File Size
Post by: SKaero on April 13, 2023, 06:03:53 PM
You'll also need to change your max_post_size to change the upload size.