Hi,
I have a silverlight application that displays images. These images display fine but I would like to go one step further and let people save an image to disk.
I don't want to redownload the image using the WebClient class.
I can see the image so I know it's already cached somewhere on my computer. Technically, I don't think it should be necessary to open any new connections...
Ideas?