| CGI::Apache2::Wrapper::Upload - uploads via libapreq2 |
CGI::Apache2::Wrapper::Upload - uploads via libapreq2
use CGI::Apache2::Wrapper::Upload;
my $cgi = CGI::Apache2::Wrapper->new($r); my $upload = $cgi->req->upload("foo");
This module is a mod_perl wrapper around the upload functionality of libapreq2, for use by the CGI::Apache2::Wrapper manpage. It is very similar to the Apache2::Upload manpage, 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 the CGI::Apache2::Wrapper manpage should be used.
CGI, the Apache2::Upload manpage, and the CGI::Apache2::Wrapper manpage.
Development of this package takes place at http://cpan-search.svn.sourceforge.net/viewvc/cpan-search/CGI-Apache2-Wrapper/.
You can find documentation for this module with the perldoc command:
perldoc CGI::Apache2::Wrapper::Upload
You can also look for information at:
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.
| CGI::Apache2::Wrapper::Upload - uploads via libapreq2 |