Rootroute       Hosting       Order       Map       Login   Secure Inter-Network Operations  
 
man : HTML::Widget::Element::Upload

Command: man perldoc info search(apropos)  




HTML::Widget::EUsernContributedpPHTML::Widget::Element::Upload(3p)


NAME
       HTML::Widget::Element::Upload - Upload Element

SYNOPSIS
           my $e = $widget->element( 'Upload', 'foo' );
           $e->comment('(Required)');
           $e->label('Foo');
           $e->accept('text/html');
           $e->maxlength(1000);
           $e->size(23);

DESCRIPTION
       Upload Element.

       Adding an Upload element automatically calls
       "$widget-"enctype('multipart/form-data')> for you.

METHODS
   accept
       Arguments: $type

       A comma-separated list of media types, as per "RFC2045".

   prepare
   containerize
SEE ALSO
       HTML::Widget::Element

AUTHOR
       Sebastian Riedel, "sriAToook.de"

LICENSE
       This library is free software, you can redistribute it and/or modify it
       under the same terms as Perl itself.























perl v5.12.2                2007-03-01                          1




rootr.net - man pages