Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
12336 Tampilan

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; 
Avatar
Buang
Jawaban Terbai

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

Avatar
Buang

It might be caused even by nginx client_max_body_size limit

Post Terkait Replies Tampilan Aktivitas
1
Mar 22
5619
0
Agu 22
2379
1
Jul 22
20072
0
Apr 22
3050
3
Sep 21
3201