html::widget::element::upload(3pm) debian man page | unix.com

Man Page: html::widget::element::upload

Operating Environment: debian

Section: 3pm

HTML::Widget::Element::Upload(3pm)			User Contributed Perl Documentation			HTML::Widget::Element::Upload(3pm)

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, "sri@oook.de"
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::Upload(3pm)
Related Man Pages
html::widget::element::nullcontainer(3pm) - debian
xml::element(3) - centos
html::elementraw(3pm) - debian
html::formhandler::field::upload(3pm) - debian
html::widget::container(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph