NAME
OpenPlugin::Upload::CGI - CGI driver for the OpenPlugin::Upload plugin
PARAMETERS
You may optionally pass in an existing CGI object. For example:
my
$q
= CGI->new();
my
$OP
= OpenPlugin->new(
request
=> {
cgi
=>
$q
} );
This is typically unnecessary. If you do not pass in a CGI object, one will be created for you.
After the plugin is initialized, the CGI object is accessible to you using:
$q
=
$OP
->state->{ request }{ cgi };
CONFIG OPTIONS
BUGS
None known.
TO DO
Nothing known.
SEE ALSO
COPYRIGHT
Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Eric Andreychek <eric@openthought.net>