Help for this page

Select Code to Download


  1. or download this
    <form action="load.html" name="form1" method="post" enctype="multipart
    +/form-data">
    <table>  
    ...
      </tr>      
    </table>
    </form>
    
  2. or download this
    if((defined $fdat{file} && $fdat{file}) && $fdat{upload}) {
              $filename = "/tmp/sample.txt";
    ...
              }
              close FILE || die("close test: $!");
    }