How to save a picture from a partial trust XBAP app?
        Posted  
        
            by Yacoder
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yacoder
        
        
        
        Published on 2009-12-10T11:29:37Z
        Indexed on 
            2010/06/14
            3:12 UTC
        
        
        Read the original article
        Hit count: 371
        
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?
© Stack Overflow or respective owner