Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4689 Vizualizări

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


Imagine profil
Abandonează
Cel mai bun răspuns

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

    ...

}

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
feb. 17
5575
1
iul. 24
6795
5
mai 23
15328
2
dec. 23
5312
1
mai 22
2520