Help for this page

Select Code to Download


  1. or download this
    use CGI;
    sub doUpload {
    ...
    
    print "Location: $cgipath?action=success\nURI: $cgipath?action=success
    +\n\n";
    }
    
  2. or download this
    if ($filename =~ /.mp3/) {
      open (UPLOADFILE, ">$dirpath/$filename");
    ...
        }
      close (UPLOADFILE);
    }
    
  3. or download this
    -----------------------
    
  4. or download this
    $CGI::POST_MAX = 102400;