NAME
Hyper::Control::Base::BUpload - Upload Base Control
VERSION
This document describes Hyper::Control::Base::BUpload 0.01
SYNOPSIS
use Hyper::Control::Base::BUpload;
my $object = Hyper::Control::Base::BUpload->new();
DESCRIPTION
Base Control for Uploads (eg. input type="file")
SUBROUTINES/METHODS
get_filehandle
my $filehandle = $object->get_filehandle();
Get the filehandle of an upload field.
get_filename
my $filename = $object->get_filename();
Get the filename part of an upload field.
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
version
Class::Std::Storable
Hyper::Control::Base
INCOMPATIBILITIES
BUGS AND LIMITATIONS
RCS INFORMATIONS
- Last changed by
-
$Author: ac0v $
- Id
-
$Id: BUpload.pm 317 2008-02-16 01:52:33Z ac0v $
- Revision
-
$Revision: 317 $
- Date
-
$Date: 2008-02-16 02:52:33 +0100 (Sat, 16 Feb 2008) $
- HeadURL
-
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/trunk/lib/Hyper/Control/Base/BUpload.pm $
AUTHOR
Andreas Specht <ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.