VERSION
version 2.03SYNOPSIS
---
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.