Help for this page

Select Code to Download


  1. or download this
      <p>
        Upload the file: <input type="file" name="upload_file">
      </p>
    
  2. or download this
    my $filename = $this->cgi()->param('upload_file');
    my $xml = _upload_file($filename);
    ...
        return $file_contents;
        
    }