The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

has '+enctype' => ( default => 'multipart/form-data');
has_field 'file' => ( type => 'Upload' );
has_field 'submit' => ( type => 'Submit', value => 'Upload' );
1;