I have a problem in Displaying blob data in the JSP file.
I have a record in the database which has BLOB (GIF/JPEG) data. I
have got complete row in my JSP file and I would need to display the content
of BLOB in the
JSP file.But I don't want to Store in the local disk since I may not
have permission to write in the web server.