1HTML::FormFu::QueryTypeU:s:eCrGIC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::QueryType::CGI(3)
2
3
4
6 HTML::FormFu::QueryType::CGI - uploaded file
7
9 version 2.07
10
12 headers
13 As of HTML::FormFu version 0.02004, returns a HTTP::Headers object. -
14 Previously returned a hashref of values.
15
16 filename
17 Returns the browser-submitted filename of the local file.
18
19 fh
20 Returns a read-only filehandle.
21
22 slurp
23 Returns the contents of the uploaded file.
24
25 size
26 A shortcut for "$upload->headers->content_length".
27
28 Returns the size of the uploaded file in bytes.
29
30 type
31 A shortcut for "$upload->headers->content_type".
32
33 Returns the browser-submitted Content-Type of the uploaded file.
34
36 Is a sub-class of, and inherits methods from HTML::FormFu::Upload
37
38 HTML::FormFu, HTML::FormFu::Element::File
39
41 Carl Franks, "cfranks@cpan.org"
42
44 This library is free software, you can redistribute it and/or modify it
45 under the same terms as Perl itself.
46
48 Carl Franks <cpan@fireartist.com>
49
51 This software is copyright (c) 2018 by Carl Franks.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.34.0 2022-01-21 HTML::FormFu::QueryType::CGI(3)