In my code, I allow the user to upload the image. Now I want to show this selected image as a preview in the same popup. How can I do this using jQuery?
Below is the type of input that I use in the popup.
HTML code:
<input type="file" name="uploadNewImage">
jquery html5
Prasad Aug 27 '13 at 5:03 on 2013-08-27 05:03
source share