My application creates .xml files and stores them on the user\'s hard drive; there is a default folder that I set in the web.xml to store the files, le
You cant access local filesystem using javascript.
For accessing the file using javascript , you have to upload it to a server and access it using the files url.