Re: post max and MP2

2003-09-02 Thread Issac Goldstand
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!
>
> 
> my $q = Apache::Request->new($r,
> POST_MAX => 10 * 1024,
> DISABLE_UPLOADS => 1);
> $q->no_cache(1);
> 
>
> __
> 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



post max and MP2

2003-09-02 Thread Tofu Optimist
Hello -- 

I'm moving a module from MP1 to MP2.
What is the MP2 equivalent of this code?
Thanks!


my $q = Apache::Request->new($r,
POST_MAX => 10 * 1024,  
DISABLE_UPLOADS => 1);  
$q->no_cache(1);


__
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



post max and MP2

2003-09-02 Thread Tofu Optimist
Hello -- 

I'm moving a module from MP1 to MP2.
What is the MP2 equivalent of this code?
Thanks!


my $q = Apache::Request->new($r,
POST_MAX => 10 * 1024,  
DISABLE_UPLOADS => 1);  
$q->no_cache(1);


__
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