1HTML::FormFu::Element::UFsielre(C3o)ntributed Perl DocumHeTnMtLa:t:iFoonrmFu::Element::File(3)
2
3
4
6 HTML::FormFu::Element::File - File upload form field
7
9 version 2.07
10
12 ---
13 elements:
14 type: File
15 name: photo
16
17 my $photo = $form->param('photo');
18
19 my $blob = $photo->slurp;
20
22 File upload form field.
23
24 See the documentation relevant to the query_type you're using:
25
26 HTML::FormFu::QueryType::CGI
27 HTML::FormFu::QueryType::Catalyst
28 HTML::FormFu::QueryType::CGI::Simple
29
32 Is a sub-class of, and inherits methods from
33 HTML::FormFu::Role::Element::Input, HTML::FormFu::Role::Element::Field,
34 HTML::FormFu::Element
35
36 HTML::FormFu
37
39 Carl Franks, "cfranks@cpan.org"
40
42 This library is free software, you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
46 Carl Franks <cpan@fireartist.com>
47
49 This software is copyright (c) 2018 by Carl Franks.
50
51 This is free software; you can redistribute it and/or modify it under
52 the same terms as the Perl 5 programming language system itself.
53
54
55
56perl v5.38.0 2023-07-20 HTML::FormFu::Element::File(3)