pre-visualize an image

TheKapoosh

New Member
I'd like to pre-visualize an image in a image box before save it in a directory.How can i do this, i use a checkbox to see if the user wants to pre-visualize or not because i dont find another way to do this without a checkbox.I use file upload to upload the image.\[code\]string serverFileName = "";serverFileName = Path.GetFileName(Upload.PostedFile.FileName);Upload.PostedFile.SaveAs(MapPath("~/fotosPerfil/") + serverFileName);\[/code\]i use this piece of code to save the image.
 
Back
Top