In this
Demo,
"We will upload a image file to browser and preview it without uploading to a server"
.The steps to preview of an images:- 1. Adding a
change Event to "input type file" and listening in a callback function.
2. Initialize the Reader.
3.Attaching
"onload" event to reader and in callback change the
SRC val...
Published on February 16, 2014 10:11