I have writing a Silverlight application (hosted as a separate web app) that can allow user to perform following actions with the help of sharepoint using Silverlight:
1. Get a list of Documents in a folder.
2. Upload a document
3. Download a document
4. some supporting functions.
I am able to complete all but download document function. SharePoint 2012 Silverlight library only allow a OpenBinaryDirect function but I am getting Unsupported exception when try to call the function.
I was wondering if anyone can help.
Amit