콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
12275 화면

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

관련 게시물 답글 화면 활동
1
3월 22
5557
0
8월 22
2318
1
7월 22
20008
0
4월 22
2974
3
9월 21
3162