in reply to Passing a file from a form, processing, and then outputting as html

I was able to do something similar using this:
print $query->start_multipart_form(-name=>'File_Form', -method=>'POST' +); print $query->p(("Enter the file to upload: "),$query->filefield(-name +=>'uploaded_file', -value=>''));
Raghu
  • Comment on Re: Passing a file from a form, processing, and then outputting as html
  • Download Code