I am using jQuery File Upload plugin (http://blueimp.github.io/jQuery-File-Upload/) for image upload for my website. I have look through (https://github.com/blueimp/jQuery-File-
" File reader API is not supported in IE-9, so to preview the image, do the following steps:
1> send the image to the server using ajax>2>Get the image source from the server after uploading as response
3> by using the image source, append it to the preview image tag "