Hi varocho,
I believe I have understood your question.
You have a File in the Server and u need to show a hyperlink in the Page to download the file.
It is very simple.
Put the file in the WEB Server root Directory which is visible to the Internet world (Eg: docs directory in netscape Server). Now create a link like:
<A HREF="/filename.ext">File 1</A>
If the file is not physically available in teh Server and if it available in the Database, then u might have to have a servlet to pull the file from the database and then throw it to the Client machines....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.