table of contents
HTML::FormFu::QueryType::Catalyst(3pm) | User Contributed Perl Documentation | HTML::FormFu::QueryType::Catalyst(3pm) |
NAME¶
HTML::FormFu::QueryType::Catalyst - uploaded file
VERSION¶
version 2.07
DESCRIPTION¶
If you use Catalyst::Controller::HTML::FormFu, it will automatically set "query_type" in HTML::FormFu to "Catalyst".
METHODS¶
headers¶
filename¶
fh¶
slurp¶
basename¶
size¶
tempname¶
type¶
REMOVED METHODS¶
catalyst_upload¶
We no longer keep a reference to the Catalyst::Request::Upload object, as it was causing issues under HTML::FormFu::MultiForm after the Catalyst 5.8 move to Moose.
copy_to¶
Because "catalyst_upload" has been removed, we can no-longer call this Catalyst::Request::Upload method.
link_to¶
Because "catalyst_upload" has been removed, we can no-longer call this Catalyst::Request::Upload method.
SEE ALSO¶
Is a sub-class of, and inherits methods from HTML::FormFu::Upload
HTML::FormFu, HTML::FormFu::Element::File
AUTHOR¶
Carl Franks, "cfranks@cpan.org"
LICENSE¶
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR¶
Carl Franks <cpan@fireartist.com>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2018 by Carl Franks.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2019-01-12 | perl v5.28.1 |