Help for this page

Select Code to Download


  1. or download this
    $req = new CGI; 
    $file = $req->param("FILE1");
    
  2. or download this
    <form method=\"POST\" action=\"/cgi/upload.pl\" ENCTYPE=\"multipart/fo
    +rm-data\">
    ...
    <input type=\"file\" name=\"FILE1\">
    ...