Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
12182 Vizualizări

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; 
Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

It might be caused even by nginx client_max_body_size limit

Related Posts Răspunsuri Vizualizări Activitate
1
mar. 22
5461
0
aug. 22
2205
1
iul. 22
19855
0
apr. 22
2863
3
sept. 21
3034