I am trying to display images on client side without jsp because i am using ajax for request but i dont know how to do that.
I tried to convert that image to string and then send it to user using response. but i cant convert it to image on client side.