Author Topic: max size upload send attachement in roundcube !  (Read 5198 times)

Offline sigma2008

  • Newbie
  • *
  • Posts: 3
max size upload send attachement in roundcube !
« on: February 01, 2015, 05:14:26 PM »
hi
a uploade file in my roundcube is limited to 5MO, i want to change to 10 MO i have change in php.ini but same problem ! Ho to do ?

all page in this forum talking in same problem have à link not working !

Thank you

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: max size upload send attachement in roundcube !
« Reply #1 on: February 02, 2015, 04:17:58 AM »
Make sure the php.ini is being applied to Roundcube and make sure the max post size is at least equal to or greater that the max upload size.

Offline sigma2008

  • Newbie
  • *
  • Posts: 3
Re: max size upload send attachement in roundcube !
« Reply #2 on: February 02, 2015, 07:16:30 AM »
how to verify that php.ini is applied to roundcube?

the max post size is 20MO
the max upload size is 20 MO


I read on the forums that must be added to .htaccess : upload_max_filesize 20M

but I do not know where .htaccess located

i use zpanel
« Last Edit: February 02, 2015, 10:36:59 AM by sigma2008 »

Offline sigma2008

  • Newbie
  • *
  • Posts: 3
Re: max size upload send attachement in roundcube !
« Reply #3 on: February 02, 2015, 10:44:21 AM »
after 2heur i found :)

for interested, edit file /etc/zpanel/panel/etc/apps/webmail# nano .htaccess
« Last Edit: February 02, 2015, 10:58:50 AM by sigma2008 »