I have a database with graphics images stored as blobs. I want to be able to send those blobs to a web-browser client for viewing. for security reasons, I cannot put the image files themselves on the web server. Otherwise I could use the
html tag.
I don’t know enough to adequately find what HTML tags/techniques would do the trick. Need pointers.
Thank you.
Luther