Max size attachment

Hello,

I need to increase the attachment size on the customer portal to 1.2 GB. I tried the procedure with site_config.json but it didn’t work.

Can you help?

+1 here, I’m using the docker version and tried through common_site_config.json and site_config.json using max_file_size: 52428800 (~50mb) but either of those worked. I also tried to change the DocType on the db without success and I’ve cleared cache several times. I believe I’m going to use the gdrive integration as an alternative. I’m on v14.

Update: I’ve been able to found the problem that relies on the kubernetes ingress. To fix it, I’ve added

nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/use-proxy-protocol: "true"

Hope this helps!