Help for this page

Select Code to Download


  1. or download this
    
    <form action="profile_step4.pl"  enctype="multipart/form-data" >
    choose file <input type="file" name="photo1">
    <input type="submit">
    </FORM>
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
     }
    
     close UPLOADFILE;
    
  3. or download this
     $upload_filehandle = $query->upload("photo1");