Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
12259 Visualizzazioni

I'm using Odoo version 10, Binary file upload works fine below with size of 10 MB. How to increase the file size to 50 MB. I have tried to increase the file size manually in the js file. But it doesn't work.

this.max_upload_size = 50 * 1024 * 1024; 
Avatar
Abbandona
Risposta migliore

maybe there is another problem because the file limit is 25mb, not 10mb and this.max_upload_size = 50 * 1024 * 1024 should works

Avatar
Abbandona

It might be caused even by nginx client_max_body_size limit

Post correlati Risposte Visualizzazioni Attività
1
mar 22
5541
0
ago 22
2285
1
lug 22
19990
0
apr 22
2961
3
set 21
3147