Re: Problem with $req-upload()

2005-09-07 Thread Nikolay Ananiev
Joe Schaefer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 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

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

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: