Binary image loaded from server to image with javascript

rapidcarbon

New Member
I'm loading a jpeg image from my server in binary format via XMLHttpRequest (I need it that way). It's not base64 encoded.Is it possible to turn it to an img object with javascript?Thanks
 
Back
Top