I don't think you can. It has to do with security that prevents js from accessing the local file system. The only thing js can access from a file type <input> is the filename.
It seems like you should be able to relay the contents of the file to an XMLHttpRequest without accessing the file, but I am unaware of such a mechanism.
Bookmarks