0
votes
1answer
195 views

Unable to use the ribbon “Download a Copy” when multiple documents are selected

Several users reported that the ribbon button gets grayed out as soon as they select multiple documents to download from a document library. The feature works fine if you select a single document and ...
0
votes
2answers
185 views

How to use standard Sharepoint 2010 download functions

I wish to download a file from a sharepoint2010 site as if you were downloading a normal document from a Document Library. What functions are available in C# to call these functions? I know you can ...
0
votes
1answer
1k views

Link to “Download a Copy” from a Document Library

I have a Document Library with some exported webparts (.dwp). When I embed a hyperlink somewhere to the document, it opens in the browser (IE8). I cannot change any settings on the site collection ...
2
votes
1answer
423 views

Get Error 401 when trying to download a document from a library programatically

I'm trying to download a document with this code : using (Impersonator impersonator = new Impersonator()) { siteURL += "?NoRedirect=true"; System.Net.WebClient _WebClient = new ...