Author Topic: Upload File Size  (Read 3097 times)

Offline jhutchins

  • Newbie
  • *
  • Posts: 1
Upload File Size
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Upload File Size
« Reply #1 on: April 13, 2023, 06:03:53 PM »
You'll also need to change your max_post_size to change the upload size.