logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormFu::Element::File - File upload form field

Author

       Carl Franks <cpan@fireartist.com>

Description

       File upload form field.

       See the documentation relevant to the query_type you're using:

       HTML::FormFu::QueryType::CGI
       HTML::FormFu::QueryType::Catalyst
       HTML::FormFu::QueryType::CGI::Simple

License

       This library is free software, you can redistribute it and/or modify it under  the  same  terms  as  Perl
       itself.

Methods

Name

       HTML::FormFu::Element::File - File upload form field

See Also

       Is     a    sub-class    of,    and    inherits    methods    from    HTML::FormFu::Role::Element::Input,
       HTML::FormFu::Role::Element::Field, HTML::FormFu::Element

       HTML::FormFu

Synopsis

           ---
           elements:
             type: File
             name: photo

           my $photo = $form->param('photo');

           my $blob = $photo->slurp;

Version

       version 2.07

See Also