reading uploaded files on the server ..

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
[223 byte] By [joshiashutosha] at [2007-11-27 5:37:12]
# 1
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
BalusCa at 2007-7-12 15:09:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...