跳至内容
菜单
此问题已终结
1 回复
12159 查看

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

相关帖文 回复 查看 活动
1
3月 22
5444
0
8月 22
2170
1
7月 22
19831
0
4月 22
2835
3
9月 21
3020