Help for this page

Select Code to Download


  1. or download this
    <form action="upload_file.pl" encType="multipart/form-data" method="Po
    +st">
    <input type=file name="FILE">
    <input type="hidden" name="URL" value="$URL">
    <input type="hidden" name="Alias" value="$Alias">
    <INPUT type=submit value="Upload File">
    </form>
    
  2. or download this
    
    #!/usr/bin/perl
    ...