0

Assuming that I have already fetched a byte array from the database, how do I create a ASP.NET HTTP Handler that would return the image?

http://zombies.test/GetImage?id=10

Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447

1 Answers1

1

I asked a similar question here:

Streaming Databased Images Using HttpHandler

Important: I ended up using a DataReader instead.

Community
  • 1
  • 1
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91