I have many files in one place in my web application. Now i don't want to go thru servlet but directly want to access and download files (xml files)
is there any way i can do it ?? what if i want to identify the user somehow (with the help of web.xml).
Thanks, Shweta
Thanks,<br />Shweta
Ramesh Shanmugam
Ranch Hand
Joined: Sep 13, 2004
Posts: 132
posted
0
There is one way to access the XML files in the webserver. Use can make use of AJAX and can give request to the particular file from where you will get a XML collection as a response.
Ramesh Shanmugam - SCJP 1.5
shweta bulbule
Ranch Hand
Joined: Mar 24, 2006
Posts: 30
posted
0
Thanks, do you have any document related to this??