Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
12279 Visninger

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
Kassér
Bedste svar

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

Avatar
Kassér

It might be caused even by nginx client_max_body_size limit

Related Posts Besvarelser Visninger Aktivitet
1
mar. 22
5565
0
aug. 22
2323
1
jul. 22
20010
0
apr. 22
2975
3
sep. 21
3165