Want to limit the upload size within 3MB on Attachment of discussion thread
and have try to setting parameters "web.max_file_upload_size", but it doesn't work.
How to limit "max file upload size" on AttachmentBox
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Want to limit the upload size within 3MB on Attachment of discussion thread
and have try to setting parameters "web.max_file_upload_size", but it doesn't work.
How to limit "max file upload size" on AttachmentBox
You can set the file limit size in your Nginx configuration inside server block:
server {
...
client_max_body_size 20M; # adjust based on your desire
...
}
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
2월 17
|
5423 | ||
|
1
7월 24
|
6534 | ||
|
5
5월 23
|
15182 | ||
|
2
12월 23
|
5136 | ||
|
1
5월 22
|
2377 |