Right now Apache::Request is in the final proting stages... Until it's done,
jjust request Apache::Request with CGI

  Issac

----- Original Message ----- 
From: "Tofu Optimist" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 6:43 PM
Subject: post max and MP2


> Hello -- 
>
> I'm moving a module from MP1 to MP2.
> What is the MP2 equivalent of this code?
> Thanks!
>
> <code>
> my $q = Apache::Request->new($r,
> POST_MAX => 10 * 1024,
> DISABLE_UPLOADS => 1);
> $q->no_cache(1);
> </code>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> -- 
> Reporting bugs: http://perl.apache.org/bugs/
> Mail list info: http://perl.apache.org/maillist/modperl.html
>




-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to