Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
12683 Представления

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
5877
0
авг. 22
2671
1
июл. 22
20431
0
апр. 22
3266
3
сент. 21
3429