Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
12251 Widoki

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; 
Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

It might be caused even by nginx client_max_body_size limit

Powiązane posty Odpowiedzi Widoki Czynność
1
mar 22
5537
0
sie 22
2283
1
lip 22
19989
0
kwi 22
2955
3
wrz 21
3143