in reply to Passing a file from a form, processing, and then outputting as html
print $query->start_multipart_form(-name=>'File_Form', -method=>'POST' +); print $query->p(("Enter the file to upload: "),$query->filefield(-name +=>'uploaded_file', -value=>''));
|
|---|