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 ?