you can use <input type='file' multiple /> to load files from any drive.
for IE browsers, you'll have to upload it temporarily to a server and ajax the response back to javascript. modern browsers can read the file data directly from the input without using the network...
Bookmarks