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?
You would probably want to create a data-uri from your data and put it in the src attribute of an img element
http://en.wikipedia.org/wiki/Data_URI_scheme