Hi Guys,
I am looking for a good approach on how to do the below
I have a file server where i store all of images.
I need to display these images onto my webpage using jquery and ajax.
Can someone please advise on how to do the above i can do the reading of the image from file server using a web service hosted on the file server which will return a byte array of the image, but once i read the byte array then how do i display it on the web page using jquery and ajax.
Please adivse
Thanks