function sendIt(fileName) {
      //If the selected file name isn't blank, send it to reader.
      if (fileName != "") {
         location.href=fileName
      }
   }
