Displaying BLOB in JSP

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

Comments

  • : 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
    :

    So u mean to say that the BLOB being stored ain't being displayed properly.. can you tell what exactly is the error or the display looks like? any exceptions ?
  • please visit the URL:

    [link=http://fdegrelle.over-blog.com/categorie-275139.html]http://fdegrelle.over-blog.com/categorie-275139.html[/link]

    there is an example, hope it can give you some help

    [link=http://www.raqsoft.com]RAQ Report---Enjoy Products and Services of RAQSOFT [/link]


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories