Help for this page

Select Code to Download


  1. or download this
    <form name=csvsurvey method=post action='/' enctype='multipart/form-da
    +ta'>
    
    ...
              <tr><td class=oatable>CSV File to Upload</td><td class=oatab
    +le><input type=file name=upfile></td></tr>
             <tr><td class=oatable>Notes(80 char max)</td><td class=oatabl
    +e><input type=text name=upnote maxlength=80></td></tr>
             <tr><td class=oatable colspan=2 align=center><input type=subm
    +it value='Upload File'></td></tr></form>
    
  2. or download this
    sub site_csv() {
        # Get CGI Variables
    ...
    
        return $tokens{MAIN};
    }