Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outputting an Image to a Page from a Database

Status
Not open for further replies.

davecapone

Programmer
Oct 3, 2000
48
US
I was wondering if anyone know how to output an image to a page that is stored as a Base64 encoded image in a database to a web page inline.

Meaning something like:

<img src=&quot;GetImage()&quot;>

I'm searched the internet and have only been able to come up with 1 article and that was how to do it in Classic ASP and was wondering if anyone knew about Asp.net.

The Classic ASP link was:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top