コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
12420 ビュー

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
5669
0
8月 22
2488
1
7月 22
20195
0
4月 22
3132
3
9月 21
3287