Show Selected Image Before Upload
In one of my web application I have to implement a image upload. But I need to show the image(s) before upload in my browser . I found the following javascript code and pretty work
Solution 1:
Welcome to HTML5 non-supported everywhere features...
Safari doesnt support FileReader on windows at least for the moment ,so your script is not going to work just with javascript. I guess IE ( which version ? ) doesnt too.
Post a Comment for "Show Selected Image Before Upload"