I am trying to upload files using below Perl script, but I am getting error as
Can't locate auto/APR/Request/Param/fh.al in @INC (@INC contains: .....
my $upload = $r->upload("filename"); my $fh; open FHANDLE, ">$filepath"; $fh = $upload->fh(); binmode FHANDLE; print FHANDLE <$fh>; close FHANDLE;
Thanks
In reply to Problem in File Upload by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |