how to create an image preview using jquery ajax json with fileupload control and image control...i.e.when a file is being uploaded..ii is displayed in an image conrol
<input type="file" id="imgupload"/>
<img src="" id="Img_previewID" alt="" width="200" height="200"/>