The situation is that you need to work with the image API, and you need to make a POST request to get the image stream that you want to display on the rest of your web page.
I can make an ajax request for this service when loading a page using jQuery, but I just get the returned binary stream. Is there anyway that JavaScript can take this binary string and display the type of content that is in the header?
source
share