| HTML-FormFu documentation | view source | Contained in the HTML-FormFu distribution. |
HTML::FormFu::QueryType::CGI
As of HTML::FormFu version 0.02004, returns a HTTP::Headers object.
- Previously returned a hashref of values.
Returns the browser-submitted filename of the local file.
Returns a read-only filehandle.
Returns the contents of the uploaded file.
A shortcut for $upload->headers->content_length.
Returns the size of the uploaded file in bytes.
A shortcut for $upload->headers->content_type.
Returns the browser-submitted Content-Type of the uploaded file.
Is a sub-class of, and inherits methods from HTML::FormFu::Upload
Carl Franks, cfranks@cpan.org
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML-FormFu documentation | view source | Contained in the HTML-FormFu distribution. |