Attachment-Size in Web/Desk - App

Hi@all,

in my DeskApp I can attach files only up to a size of 8MB. I think it is the same in webapp. Where can I change it?

with best
sven

If the limit is indeed 8mb, then this must be a limit in the global php configuration.

$ grep -Hirn post_max_size /etc/php/7.0/
/etc/php/7.0/cgi/php.ini:656:post_max_size = 8M
/etc/php/7.0/cli/php.ini:656:post_max_size = 8M
/etc/php/7.0/apache2/php.ini:656:post_max_size = 8M

$ grep -Hirn upload_max_filesize /etc/php/7.0/
/etc/php/7.0/cgi/php.ini:809:upload_max_filesize = 2M
/etc/php/7.0/cli/php.ini:809:upload_max_filesize = 2M
/etc/php/7.0/apache2/php.ini:809:upload_max_filesize = 2M

when raising this above the values defined in https://stash.kopano.io/projects/KW/repos/kopano-webapp/browse/.htaccess#11-12 (installed at /usr/share/kopano-webapp/.htaccess), then it needs to be changed in the htaccess as well.

works, thanks a lot … minimum length in forum 20 characters

1 Like
Mastodon