Randy Kobes > CGI-Apache2-Wrapper-0.215 > CGI::Apache2::Wrapper::Upload

Download:
CGI-Apache2-Wrapper-0.215.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.215   Source  

NAME ^

CGI::Apache2::Wrapper::Upload - uploads via libapreq2

SYNOPSIS ^

  use CGI::Apache2::Wrapper::Upload;

  my $cgi = CGI::Apache2::Wrapper->new($r);
  my $upload = $cgi->req->upload("foo");

DESCRIPTION ^

This module is a mod_perl wrapper around the upload functionality of libapreq2, for use by CGI::Apache2::Wrapper. It is very similar to Apache2::Upload, but only provides the tempname method for accessing the contents of an uploaded file. It is not intended to be used directly; rather, the upload method of CGI::Apache2::Wrapper should be used.

SEE ALSO ^

CGI, Apache2::Upload, and CGI::Apache2::Wrapper.

Development of this package takes place at http://cpan-search.svn.sourceforge.net/viewvc/cpan-search/CGI-Apache2-Wrapper/.

SUPPORT ^

You can find documentation for this module with the perldoc command:

    perldoc CGI::Apache2::Wrapper::Upload

You can also look for information at:

COPYRIGHT ^

This software is copyright 2007 by Randy Kobes <r.kobes@uwinnipeg.ca>. Use and redistribution are under the same terms as Perl itself; see http://www.perl.com/pub/a/language/misc/Artistic.html.