Re: download file that is stored in a database

2001-02-25 Thread Steve Ruby
Mon-Quen Huang wrote: > > I have a file stored in the backend Oracle database > and has JSP communicating with the database in JDBC. > I would like to allow user to click on a hyperlink and > then download the file which is stored in the > database. > Is this possible? If so, what are the step

download file that is stored in a database

2001-02-25 Thread Mon-Quen Huang
I have a file stored in the backend Oracle database and has JSP communicating with the database in JDBC. I would like to allow user to click on a hyperlink and then download the file which is stored in the database. Is this possible? If so, what are the steps to implement it? Thanks, MH _