The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 370 2008-04-14 19:29:23Z ac0v $

Revision

$Revision: 370 $

Date

$Date: 2008-04-14 21:29:23 +0200 (Mo, 14 Apr 2008) $

HeadURL

$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/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.