HTML::FormFu::Element::File(3) File upload form field

VERSION

version 2.03

SYNOPSIS


---
elements:
type: File
name: photo
my $photo = $form->param('photo');
my $blob = $photo->slurp;

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

METHODS

AUTHOR

Carl Franks, "[email protected]"

LICENSE

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