Help for this page

Select Code to Download


  1. or download this
    <FORM ACTION="/path/somescript.cgi" METHOD="POST" ENCTYPE="multipart/f
    +orm-data">
    
  2. or download this
    my $file = $q->param( 'file' ) or someErrorRoutine( $q, "No file recei
    +ved" );
    my $fh   = $q->upload( $file );