NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Neil Porter on January 26, 2009, 04:06:22 AM

Title: Display an Image from a blob
Post by: Neil Porter on January 26, 2009, 04:06:22 AM
Does anyone know if it is possible to display an image on a netwebform that is contained in an MSSQL blob field??

Everything that I'm seeing, suggests that I have to display something that is held as an image file in the images folder.

TIA,

Neil Porter.
Title: Re: Display an Image from a blob
Post by: Bruce on January 27, 2009, 12:32:48 AM
Hi Neil,

Example number 40 (File Download) shows how to serve any "page" (images, scripts, css files,whatever) from a blob rather than from disk.

Cheers
Bruce
Title: Re: Display an Image from a blob
Post by: Neil Porter on January 28, 2009, 12:51:31 AM
Thanks Bruce, that also solves another problem for me aswell.  ;D