İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4805 Görünümler

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


Avatar
Vazgeç
En İyi Yanıt

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

    ...

}

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Şub 17
5627
1
Tem 24
6906
5
May 23
15423
2
Ara 23
5444
1
May 22
2612