I have Django running a webapp under Apache2, part of that webapp accepts images posted to a url in Django:
http://mysite/upload
I would like to find a way to set apache to not allow files over 1MB to be posted - ideally showing a custom error. I can't find this in the docs, any ideas?