Hello,
I'm developing an application which involves photo albums...
So I'm uploading the pictures from the client side and store as BLOB in the Database (MySQL 5.0). When I retrieve the photo from database, I'm storing it into a blob attribute of a class called "User". The user object is carried to the JSP and details are displayed.
Problem is I can display everything else, but not the picture of the user(which is in 'picture' attribute of 'User' class).
Can any one help me out?
Thanks,
Karthik