Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
12240 Visualizações

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
Cancelar
Melhor resposta

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

Avatar
Cancelar

It might be caused even by nginx client_max_body_size limit

Publicações relacionadas Respostas Visualizações Atividade
1
mar. 22
5529
0
ago. 22
2280
1
jul. 22
19966
0
abr. 22
2947
3
set. 21
3130