تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4709 أدوات العرض

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
فبراير 17
5585
1
يوليو 24
6802
5
مايو 23
15336
2
ديسمبر 23
5324
1
مايو 22
2527