1HTML::FormFu::Element::UFsielre(C3o)ntributed Perl DocumHeTnMtLa:t:iFoonrmFu::Element::File(3)
2
3
4

NAME

6       HTML::FormFu::Element::File - File upload form field
7

SYNOPSIS

9           ---
10           elements:
11             type: File
12             name: photo
13
14           my $photo = $form->param('photo');
15
16           my $blob = $photo->slurp;
17

DESCRIPTION

19       File upload form field.
20
21       See the documentation relevant to the query_type you're using:
22
23       HTML::FormFu::QueryType::CGI
24       HTML::FormFu::QueryType::Catalyst
25       HTML::FormFu::QueryType::CGI::Simple
26

METHODS

SEE ALSO

29       Is a sub-class of, and inherits methods from
30       HTML::FormFu::Element::_Input, HTML::FormFu::Element::_Field,
31       HTML::FormFu::Element
32
33       HTML::FormFu
34

AUTHOR

36       Carl Franks, "cfranks@cpan.org"
37

LICENSE

39       This library is free software, you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42
43
44perl v5.12.1                      2010-05-23    HTML::FormFu::Element::File(3)
Impressum