Help for this page

Select Code to Download


  1. or download this
    <form action="upload.pl" method="post" enctype="multipart/form-data">
    <input type="File" name="file">
    </form>
    
  2. or download this
    #!/usr/bin/perl
    
    use CGI;
    ...
          die print "Extraction of $file failed: $!";
        }
      }