user1947927
user1947927

Reputation: 190

How to show image after uploading from FileUploader into ImageControl

I am using a FileUploader in webform to upload an image.What i want to do is as the image is browsed through FileUploader and selected, it should be displayed in the ImageControl as preview so that it can be further saved into DataBase.

Upvotes: 2

Views: 355

Answers (1)

Himanshu
Himanshu

Reputation: 716

You will need to use some sort of Ajax, Jquery or flash 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.

One more method is u can use external tools like PicZard or Rad Controls for Asp.Net/Ajax These Tools are very useful and will meet your requirements.

Upvotes: 2

Related Questions