I don't known how to show images and upload with Javascript, don't use ( input type file of html , control fileupload asp.net ) . I want to use as follow
#img{width:100px;height:100px;}
<div id="img"></div>
<button type="button" id="bt_image">Image</button>
<button type="button" id="bt_save">Save</button>
When I click button Image , show dialog choose file, choose file image and the image will show on div img, click button Save , this upload in server. Thank you.