
Embperl::Form::Control::file - A file upload input control inside an Embperl Form

{
type => 'file',
text => 'blabla',
name => 'foo',
size => 10,
}

Used to create a file upload control inside an Embperl Form. See Embperl::Form on how to specify parameters.
Needs to be 'file'
Specifies the name of the upload control
Will be used as label for the file upload input control
Gives the size in characters
Gives the maximun length in characters

G. Richter (richter@dev.ecos.de)

perl(1), Embperl, Embperl::Form