NAME
Egg::Plugin::Upload - File upload function.
SYNOPSIS
use Egg qw/ Request::Upload /;
# Acquisition of up-loading object.
my $upload= $e->request->upload('upload_param_name');
DESCRIPTION
File upload function availably setup Egg::Request::Upload to this module.
The 'upload' method is added to $e->request by this setup.
This plugin doesn't have the method that can be used.
see Egg::Request::Upload.
SEE ALSO
Egg::Release, Egg::Request, Egg::Request::Upload, Egg::Request::Upload::CGI, Egg::Request::Upload::ModPerl,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.