Help for this page

Select Code to Download


  1. or download this
    <form action="server.edu/submit.pl?querystring" enctype="multipart/for
    +m-data" method="post">
    <input type="file" name="uploadfile_0" />
    <input type="submit" value="upload" />
    </form>
    
  2. or download this
    my $query    = CGI::new();
    my $filename = $query->param("uploadfile_0");
    ...
    }
    close(FILE);