Help for this page

Select Code to Download


  1. or download this
    Package UploadDemo;
    
    ...
      $r->print ( "ok -- file was uploaded" );
      return OK;
    }
    
  2. or download this
      <Location /upload.html>
        SetHandler perl-script
        PerlHandler UploadDemo
      </Location>