The download tag has no wiki summary.
3
votes
1answer
401 views
How to disable “Save As” button of Sharepoint 2010 document
We integrated Sharepoint 2010 with RMS, I don't want the users to be able to "Save As" a document to their local computers. How c
1
vote
1answer
92 views
How to find which user last visited a site or recently downloaded a file available on SharePoint?
Is there a way to find who visited the site at last and who downloaded file recently in SharePoint? Also can we log who are the users that used/accessed the file? Can anyone provide some guidance on ...
0
votes
1answer
89 views
Powershell Script to generate site collection administrators, site URL, Site Name,Members in the group named 'owners'
I have a requirement currently to generate all the Sharepoint site in a Web application with the following information:
Site URL
Site Name
Site Collection Administors : ID or name
Members in the group ...
0
votes
1answer
91 views
Copy files from Sharepoint 2007 to USB Hard drive
I've got this old Sharepoint 2007 sites which contains a lot of projects and files. And I'm looking for a way to copy the entire thing onto an external USB hard drive.
Now, I know I can browse to ...
0
votes
1answer
590 views
How to download a sharepoint directory with wget?
I'm using wget 1.10.2 which doesn't have the auth problem, what I'm getting is when I run:
wget --user=myname --password=pwd http://the.sharepoint.link
it only downloads an aspx file which is the ...
1
vote
0answers
64 views
Rename Files on Download
Long story short, we have a document library that has two fields that we use to identify files. Our file names are built through SPList objects as well as what a user provides. Since users can choose ...
0
votes
0answers
186 views
Download File from client side by using Javascript api for sharepoint
I want to download a file by going through .aspx page and which returns a file like this
Response.Clear();
string content = Request.QueryString["param1"]+Request.QueryString["param2"]
...