Dave Viner <[EMAIL PROTECTED]> writes:
> removing the enctype makes no difference. still encounter the same error.
OK, I think we're getting somewhere now.
Are you using code that calls CGI.pm from
a different handler (say in the auth phase)?
--
Joe Schaefer
removing the enctype makes no difference. still encounter the same
error.
i also added discard_request_body... the code now reads:
my $req = APR::Request::Apache2->handle($r);
$r->discard_request_body;
my($arg_status,$body_status) = $req->param_status();
$r->log->debug("Parsi
Dave Viner <[EMAIL PROTECTED]> writes:
> Hi,
>
> I am having a strange problem with APR::Request::Apache2 and the param
> () method. When I send a POST from Firefox, my code works perfectly. When I
> send a POST from Safari or Windows/IE, my code fails.
>
> Here is the HTML which displays the fo
Hi,
I am having a strange problem with APR::Request::Apache2 and the param
() method. When I send a POST from Firefox, my code works
perfectly. When I send a POST from Safari or Windows/IE, my code fails.
Here is the HTML which displays the form to send:
method="post" enctype="mult