How to save a picture from a partial trust XBAP app?
- by Yacoder
I have an XBAP app, which shows some pictures, and my users would like to save some of them to disk. But my XBAP app runs in the partial trust mode, so it can't initiate SaveFileDialog, not to mention it can't access the File System.
What's would be the Stack Overflow recommended way to save a pic to disk in this case?