Image Preview Problem
I use a fileupload control to allow the user to select an image.
I then want to show the image (preview) to the user before saving to ensure they have selected the correct image.
Trouble is the asp:Image control expects a URL and I dont particularly want to copy the image temporarily to the WebServer.
does anybody know of a way to do this?
Thanks

