تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
12172 أدوات العرض

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
مارس 22
5456
0
أغسطس 22
2191
1
يوليو 22
19848
0
أبريل 22
2857
3
سبتمبر 21
3027