[Answered ]-Fixing request entity too large error under django/apache/mod_wsgi for file uploads

2👍

That would indicate that you have LimitRequestBody directive set to a very small value in the Apache configuration. This directive wouldn’t normally be set at all if using standard Apache. Even if you happen to be using mod_wsgi-express the default there is 10MB. So it must have been overridden to a smaller value.

Leave a comment