|
NAMEHTML::FormFu::Element::File - File upload form fieldVERSIONversion 2.07SYNOPSIS--- elements: type: File name: photo my $photo = $form->param('photo'); my $blob = $photo->slurp; DESCRIPTIONFile upload form field.See the documentation relevant to the query_type you're using:
METHODSSEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::Role::Element::Input, HTML::FormFu::Role::Element::Field, HTML::FormFu::ElementHTML::FormFu AUTHORCarl Franks, "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORCarl Franks <cpan@fireartist.com>COPYRIGHT AND LICENSEThis 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.
Visit the GSP FreeBSD Man Page Interface. |