Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
12256 Переглядів

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; 
Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити

It might be caused even by nginx client_max_body_size limit

Related Posts Відповіді Переглядів Дія
1
бер. 22
5537
0
серп. 22
2284
1
лип. 22
19989
0
квіт. 22
2959
3
вер. 21
3143