1HTML::FormFu::QueryTypeU:s:eCrGIC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::QueryType::CGI(3)
2
3
4
6 HTML::FormFu::QueryType::CGI
7
9 headers
10 As of HTML::FormFu version 0.02004, returns a HTTP::Headers object. -
11 Previously returned a hashref of values.
12
13 filename
14 Returns the browser-submitted filename of the local file.
15
16 fh
17 Returns a read-only filehandle.
18
19 slurp
20 Returns the contents of the uploaded file.
21
22 size
23 A shortcut for "$upload->headers->content_length".
24
25 Returns the size of the uploaded file in bytes.
26
27 type
28 A shortcut for "$upload->headers->content_type".
29
30 Returns the browser-submitted Content-Type of the uploaded file.
31
33 Is a sub-class of, and inherits methods from HTML::FormFu::Upload
34
35 HTML::FormFu, HTML::FormFu::Element::File
36
38 Carl Franks, "cfranks@cpan.org"
39
41 This library is free software, you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44
45
46perl v5.12.1 2010-05-16 HTML::FormFu::QueryType::CGI(3)