I'm using a fileupload control to upload images. The upload is working but I would like to know how to display the uploaded image. For example,
- user uploads file, (already done);
- the image is displayed in the page.
I'm using a fileupload control to upload images. The upload is working but I would like to know how to display the uploaded image. For example,