How to show chosen image in FileUpload control
I need some help, I have FileUpload control on my asp.net page and I开发者_开发问答mage where I show image which is uploaded on server. What I want that Image show what I choose when I click on Browse in FileUpload control before I upload on server. How to achieve that ?
You will need to use some sort of Flash/Silverlight/Java control that can access the file system and show a thumbnail of the selected file. What you want is not possible otherwise, without uploading the file to the server first.
I think you must upload file to server asynch. before saving by user.
精彩评论