Help for this page

Select Code to Download


  1. or download this
    <form action='/Post' method='post' name='FileUpload' enctype='multipar
    +t/form-data'>
    <input type='file' name='filename'>
    
  2. or download this
    if($ENV{'REQUEST_METHOD'} eq "POST"){
         my $form = {};
    ...
    
         return Dumper($form,$tempfile);
         ...
    
  3. or download this
     my $upload_meta = $q->uploadInfo($form->{filename});