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
Have a look at doing this with an HttpHandler.
HttpHandler Example: http://www.wrox.com/WileyCDA/Section/id-291916.html
If your’re using MVC have a look at:
http://dotnet.dzone.com/news/goodbye-http-handler-hello?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+zones%2Fcss+(CSS+Zone)