FolderBrowseDialog Silverlight
        Posted  
        
            by scrat789
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by scrat789
        
        
        
        Published on 2010-05-27T22:24:50Z
        Indexed on 
            2010/05/27
            22:31 UTC
        
        
        Read the original article
        Hit count: 243
        
c#
|Silverlight
I have an silverlight 4 application, and I want to upload recursively a local folder on the server. For upload files separatly, there is OpenFileDialog method, But I can not select a folder path.
Does exist an equivalent of the WPF "FolderBrowseDialog" method in silverlight ?
© Stack Overflow or respective owner