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
...
}
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
1
лют. 17
|
6637 | |||
|
0
лист. 25
|
3 | |||
|
1
лип. 24
|
8822 | |||
|
5
трав. 23
|
16368 | |||
|
2
груд. 23
|
6666 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.