Help for this page

Select Code to Download


  1. or download this
    <form method=post action=upload.cgi name=upload_epic enctype="multipar
    +t/form-data">
    <input type=file size=20 name=upload>
    <br><input type=submit value=submit>
    </form>
    
  2. or download this
    #!/usr/local/bin/perl
    use CGI qw/:standard/;
    use File::Basename;
    ...
    }
    
    &print_return_page_bottom;