Hello,
I have a table in the db that contains a Blob data type. in the JSP I have a view that shows the information coming from this table including the Blob data. No problem with the uploading. the problem is:
1. How to show the Blob data as the original file that has been uploaded(i.e .txt, doc. .pdf ect.) .
2. How to give the user the ability to download the file shown in step 1.
Thank you