Here is my situation.
In my
Java web app, we have a form that allows the user to attach any type of document. I take that attachment and store it in a BLOB column in an Oracle database. I have taken care of this no problem.
What I need to know is how do I create a link on the web page that will allow the user to click the link and have the attachment in the Oracle database launch?
Do I have to temporarily put the attachment in a directory on the server and launch it from there? (and if so how do would I go about launching that file? )
or is there someway to read the file into an input stream or something like than and then have it launch..
I am quite new to Java and am having difficulty with this pblm. Any help is greatly appreciated!
Thank you in advance,
Bruce Demspsey
