The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 sub draw_form_field_files { my ($options, $data) = @_; $_REQUEST {__form_options} {enctype} = 'multipart/form-data'; $options -> {size} ||= 60; adjust_form_field_options ($options); return $_SKIN -> draw_form_field_files (@_);}1;
sub
draw_form_field_files {
my
(
$options
,
$data
) =
@_
;
$_REQUEST
{__form_options} {enctype} =
'multipart/form-data'
-> {size} ||= 60;
adjust_form_field_options (
);
return
$_SKIN
-> draw_form_field_files (
}
1;