There is a need to download multiple files from a web location to the SharePoint 2010 document library using a Silverlight 4.0 web part.
Is it possible to achieve this without downloading files to the local computer and then uploading them back to the SP server? How would this be done?
Can Silverligth open a stream as it's running in the sandbox? Having an out of the browser application with elevated privileges is not an option.
If not, must isolated storage be used as we have multiple files to be downloaded and re-uploaded to the document library? Is there another option? Files are a few MBs large, so the isolated storage size would have to be increased.
Thanks