How can I preview a picture before uploading it with the control?
Something like that, but with ASP.NET control link
It occurs to me that you can use the example to show the image on the client side (as it appears in the example), which always looks great, and then upload it to your server side in ASP. For this you can access the content of the image directly by doing something like document.getElementById("preview")
.