Re: [Tutor] Question about cgi module

2007-04-20 Thread Andreas Kostyrka
* Mike Hansen <[EMAIL PROTECTED]> [070420 22:32]: > Part of the web app that I'm writing will allow users to upload small > images to be stored in a database. Is there a way to limit how big of a > file that the user can upload? Is there some cgi setting that would > prevent a user from upload a hu

[Tutor] Question about cgi module

2007-04-20 Thread Mike Hansen
Part of the web app that I'm writing will allow users to upload small images to be stored in a database. Is there a way to limit how big of a file that the user can upload? Is there some cgi setting that would prevent a user from upload a huge file, or stop at a certain size and error? Mike _