Help for this page

Select Code to Download


  1. or download this
    ...
    upload_file($cgi->param('file_data'));
    ...
    my $fh = $query->upload( $filename );
    
  2. or download this
    my $fh = $query->upload( 'file_data' );