I was looking at this and wondering, could we have a slider

NethServer Version: all
Module: Roundcube

I was looking at this and wondering, could we have a slider for Roundcube in the gui so the 2mB limit could be easily adjusted…

1 Like

this limit comes from the default php value I bet, I saw nothing in the apache configuration

An UI could be a long time job, eventually a db property should be faster

anyway check the apache module to modify it (in the settings)

[root@ns7loc4 ~]# cat  /etc/php.d/nethserver.ini 
; ================= DO NOT MODIFY THIS FILE =================
; 
; Manual changes will be lost when this file is regenerated.
;
; Please read the developer's guide, which is available
; at NethServer official site: https://www.nethserver.org
;
; 

[PHP]


;
; 10base
;
short_open_tag = Off
expose_php = On
max_execution_time = 0
memory_limit = 128M
post_max_size = 8M
upload_max_filesize = 2M 
max_file_uploads = 20
date.timezone = "UTC"

1 Like

omg

I didn’t put that together. I did have to signal-event nethserver-httpd-save after setting it though.

Really weird, it was set for 2mB, when I slid it over a bit, then went all the way back to the left it wouldn’t go below 4mB so 2mB isn’t available anymore, odd.

" How to set roundcube file attachment size upload limit. " - search tag