How to modify Kolab Maximum File Upload Size (20 MB)
dsp3
info at dsp3.org
Sun Sep 6 18:05:22 CEST 2015
I had this issue and here is the original response posted by Milosz:
---
I encountered the same problem but the solution is very simple as these
settings are overwritten in /usr/share/chwala/public_html/.htaccess file:
[..]
php_value post_max_size 20M
php_value upload_max_filesize 20M
[..]
If you want to add some custom logic within these boundaries then look
at /usr/share/iRony/lib/FileAPI/kolab/kolab_file_storage.php file,
capabilities() function.
Best regards,
Milosz
On 09/06/2015 07:00 PM, Anders Ekman wrote:
> Hello,
>
> does anyone know how to increase the max file upload size in Kolab file
> catalogue (max file size is currently 20 MB)?
>
> It seems as if the 20 MB limit is related to the chwala file storage
> component but I have not been able to find how to modify this limit on
> my Ubuntu server (I increased the max file size in the global settings
> in /etc/php5/apache2/php.ini which apparently had no effect).
>
> Any help is greatly appreciated,
>
> Best regards,
>
> Anders
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
>
More information about the users
mailing list