File Upload FAQs
- Print
- DarkLight
- PDF
File Upload FAQs
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Why am I getting the "Request Entity Too Large" error on file upload?
The error shown below is when the upload limit is less than the size of the file in QuickMeet.Chat.

If you are using nginx as your load balancer, it could be nginx limit that is throwing the following error not your QuickMeet.Chat limit.

Edit your Nginx configuration to increase the client_max_body_size value. Learn more here.
Large file sizes can affect the Mongo sort operation follow this guide to resolve it.
Was this article helpful?