How would I go about displaying images stored in varbinary(max) on a webpage? I have looked around and a lot of people recommend using the Image server control, but the images I am displaying are variable in number, so I’m not sure how I could use the control?
I also need to be able to resize and check the extension.
I’m using a generic handler for images (ashx) and in that handler I use response.binarywrite