Is there any free control available like openfiledialog in winforms that allows you to pick files from sharepoint 2010? I have sharepoint 2010 foundation installed in a Windows 2008 R2 server. I want to allow users to browse and select files from a Wpf app. It is possible to write something like this using client object model. Just want to know if someone has already created a control like this already so that I don’t reinvent the wheel.
In case there isn’t any can anyone please give me some directions on how to create one with treeview structure on left like openfile dialog?
Edit: Added C# Tag
Is there any reason you can’t just use the standard windows open file dialog?
example in vb.net
This question might be helpful