Skip to content
Advertisement

Tag: wcf

How to convert a byte array into an image?

Using Javascript, I’m making an AJAX call to a WCF service, and it is returning a byte array. How can I convert that to an image and display it on the web page? Answer I realize this is an old thread, but I managed to do this through an AJAX call on a web service and thought I’d share… I

Advertisement