Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
12395 Vistas

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
Descartar
Mejor respuesta

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

Avatar
Descartar

It might be caused even by nginx client_max_body_size limit

Publicaciones relacionadas Respuestas Vistas Actividad
1
mar 22
5647
0
ago 22
2465
1
jul 22
20163
0
abr 22
3106
3
sept 21
3273