[mod_python] How set max uploading file size in FieldStorage

Jorey Bump list at joreybump.com
Mon Dec 12 15:22:46 EST 2005


Enot wrote:

> How set max uploading file size in FieldStorage?
> 
> What happen if many users start uploading of huge files?
> What happen to Apache?
> Is any security issues?

I prefer to do this at the Apache level with LimitRequestBody:

  http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody


More information about the Mod_python mailing list