Help for this page

Select Code to Download


  1. or download this
     <input type="file" name="theFile" id="fieldFile" value="" />
      <input type="submit" value="Upload" onclick="return doSubmit()" />
    ...
            form.submit();
    }      
      </script>
    
  2. or download this
    my $filename = "MyDoc.csv";
    my $file = "C:\\" . $filename;
    ...
                      theFile=>$file
                 ];