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;
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Mar 22
|
4289 | ||
|
0
Aug 22
|
895 | ||
|
1
Jul 22
|
17729 | ||
|
0
Apr 22
|
1611 | ||
|
3
Sep 21
|
1913 |