Max upload limit in RoundCube = 2Mb :(

Issue #69 resolved
Henrik Tilly created an issue

Max limit for attachments are 2Mb today. Would be nice if this value could be configurable.

Guess that the following values needs to be configured:

vi /etc/php5/fpm/php.ini ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 2M

; Maximum size of POST data that PHP will accept. ; Its value may be 0 to disable the limit. It is ignored if POST data reading ; is disabled through enable_post_data_reading. ; http://php.net/post-max-size post_max_size = 8M

Comments (2)

  1. Log in to comment