1HTML::FormFu::Upload(3)User Contributed Perl DocumentatioHnTML::FormFu::Upload(3)
2
3
4
6 HTML::FormFu::Upload - uploaded file
7
9 version 2.07
10
12 An instance is created for each uploaded file.
13
14 You will normally get an object of one of the following classes, which
15 inherit from HTML::FormFu::Upload:
16
17 HTML::FormFu::QueryType::CGI
18 HTML::FormFu::QueryType::Catalyst
19 HTML::FormFu::QueryType::CGI::Simple
20
22 parent
23 Returns the field object that the upload object is associated with.
24
25 form
26 Returns the HTML::FormFu object that the upload object's field is
27 attached to.
28
29 populate
30 See "populate" in HTML::FormFu for details.
31
33 HTML::FormFu
34
36 Carl Franks, "cfranks@cpan.org"
37
39 This library is free software, you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
43 Carl Franks <cpan@fireartist.com>
44
46 This software is copyright (c) 2018 by Carl Franks.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.28.1 2018-12-14 HTML::FormFu::Upload(3)