Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
12258 Prikazi

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
Opusti
Best Answer

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

Avatar
Opusti

It might be caused even by nginx client_max_body_size limit

Related Posts Odgovori Prikazi Aktivnost
1
mar. 22
5539
0
avg. 22
2285
1
jul. 22
19989
0
apr. 22
2961
3
sep. 21
3145