hi every body , i am not finding any way to view the files i have uploaded to the server through the jsp . i am able to list those files in the web page but how to open these files ,for viewing . Plese help me
Just put some download links on the page and write a servlet (DownloadServlet? FileServlet?) to handle file downloads. You may find the downloadFile() snippets here useful: http://balusc.xs4all.nl/srv/dev-jep-pdf.html