not able to display blob data onto a web page

Go4Expert Member
17Aug2009,16:46   #1
sundeep.kumar's Avatar
hi

i have a image database with the struct
Field Type Null Key Default Extra
name varchar(60) NO PRI
image blob NO
thumbnail blob NO
mime_type varchar(20) NO


now i want to display the blob data onto a web page which i am not able to get through van anyone guide me through th process . i have googled enough
Invasive contributor
17Aug2009,23:54   #2
nimesh's Avatar
what language are you using for page designing?

I got the similar problem in ADO with ASP.Net, but didn't fix it, because that will happen rarely in my case.
Go4Expert Member
18Aug2009,09:51   #3
sundeep.kumar's Avatar
I am using basic HTML as of now .. and trying to call the perl script once a shown link is clicked or whenever that data is to be displayed
Invasive contributor
23Aug2009,03:25   #4
nimesh's Avatar
sorry, don't know perl.
but you can post your code so that someone can look at it and provide you suggestion/solution