On 7/10/07, Jim Spath <[EMAIL PROTECTED]> wrote:
I would like to place a maximum file size limit on uploads, but am not
quite sure how to go about this in Catalyst.

I've done this in CGI scripts by reading in chunks of the file until I
hit some size limit, but couldn't find anything in the Catalyst docs.

Thanks!
- Jim


Hi Jim,

A better approach would be to configure the webserver to do this, that
way you aren't tying up your application.

As an example, if you use Apache simply do:
LimitRequestBody 1048576

-Jay

--
J. Shirley :: [EMAIL PROTECTED] :: Killing two stones with one bird...
http://www.toeat.com

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to