Help for this page

Select Code to Download


  1. or download this
    <form method="get" action="./source_definition" enctype="multipart/for
    +m-data">
      <p><input type="file" name="upload_file"></p>
    </form>
    
  2. or download this
        my $filename = $cgi->param('upload_file');
        binmode($filename);
    ...
            
        }