Topic awaiting preservation: How do I download a file from Oracle with a click. (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 09-24-2004 10:01
I have used the uploadBean from http://www.javazoom.net/jzservlets/servlets.html to be able to upload files into Oracle database Long Raw column. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 09-24-2004 13:39
Since you are using JSP what you will need to do is in your response change the header to that of the file type. Then you will need to select the data using SQL and your connection to the database. code: <jsp:directive.page contentType="File/Type"/>
|