Problem with $req-upload()

2005-09-06 Thread Nikolay Ananiev
Hello,
when I try to use

my $req = APR::Request::Apache2-handle($r);
my $f = $req-upload('file');

I get the following error in the error log:
[Tue Sep 06 19:09:10 2005] [error] Can't locate
auto/APR/Request/Apache2/upload.al in @INC (@INC contains: d:/sites/lib
d:/sites/cgi-bin D:/Sites/Perl/lib D:/Sites/Perl/site/lib .
D:/Sites/Servers/Apache2) at d:/sites/lib/DWCore/Req.pm line 314\n






Re: Problem with $req-upload()

2005-09-06 Thread Joe Schaefer
Joe Schaefer [EMAIL PROTECTED] writes:

 Nikolay Ananiev [EMAIL PROTECTED] writes:

 Hello,
 when I try to use

 my $req = APR::Request::Apache2-handle($r);
 my $f = $req-upload('file');

 Hmm, so far there's no upload() method in APR::Request.

Ah, oops.  It is available after all: APR::Request::upload 
is currently provided by the APR::Request::Param module.
Go figure.

-- 
Joe Schaefer