Help for this page

Select Code to Download


  1. or download this
    print "<FORM METHOD=\"post\" ENCTYPE=\"multipart/form-data\">\n";
    print "<INPUT TYPE=\"FILE\" SIZE=\"25\" NAME=\"UPLOAD\">\n";
    ...
    print "<input type=\"hidden\" name=\"password\" value=\"$password\">\n
    +";
    print "<input type=\"submit\" value=\" Send File \">\n";
    print "</FORM>\n";
    
  2. or download this
    print <<"END_OF_FORM";
      <FORM METHOD="post" ENCTYPE="multipart/form-data">
    ...
      <input type="hidden" name="password" value="$password">
      <input type="submit" value=" Send File ">
    END_OF_FORM