Manpages

Manpage of CGI::BasePlus

CGI::BasePlus

Section: User Contributed Perl Documentation (3)
Updated: 2002-01-25
Index
Return to Main Contents
 

NAME

CGI::BasePlus - HTTP CGI Base Class with Handling of Multipart Forms  

DESCRIPTION

This module implements a CGI::BasePlus object that is identical in behavior to CGI::Base except that it provides special handling for postings of MIME type multipart/form-data (which may get very long). In the case of these types of postings, parts that are described as being from a file upload are copied into a temporary file in /usr/tmp, a filehandle is opened on the temporary files, and the name of the filehandle is returned to the caller in the $CGI::Base:QUERY_STRING variable.

Please see CGI::Base for more information.  

SEE ALSO

URI::URL, CGI::Request, CGI::MiniSvr, CGI::Base


 

Index

NAME
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 12:03:04 GMT, April 25, 2024