The file tag has no wiki summary.
2
votes
3answers
1k views
Problems adding webparts to a page in the correct order
I would think there's something supersimple I'm missing, but I can't find where I'm going wrong.
I have a feature deploying a default.aspx page with two CQWP webparts. I use the AllUsersWebPart ...
0
votes
2answers
30 views
SharePoint as a File Manager
I'm a business user and trying to find out if Sharepoint is the right tool to manage our files. Our files consists of excel spreadsheets and Word documents. They include policies, procedures, and ...
0
votes
2answers
79 views
Search Scope returning aspx pages
I have 40 document libraries. I dont want to add exclusion for each document library to exclude "http://pop.abc.com/sc/doclib1/Forms".
I tried adding fileextension = aspx exclude and that does not ...
2
votes
1answer
136 views
Uploading '.xlsx' or '.docx' to SharePoint 2007 from ASP.NET app causing file 'corruption'
I have an ASP.NET application wrapped in SharePoint 2007 website. Within this application I allow users to create requests and they can also upload supporting files for the request. When a user ...
1
vote
1answer
166 views
Content type ID on a file different from actual content type ID?
Moving from "a sharepoint user" to "a sharepoint power user", I now am facing the world of Powershell and more. One thing that really puzzles me is the following.
Ok, so I have a document library ...
1
vote
1answer
87 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
57 views
SharePoint sharing files on local existing file systems
Hi I want to share quite large-sized files on SharePoint but the quota space is too limited. I was wondering is there any method or free 3rd party tools that allows the mapping of files in Shared ...
1
vote
0answers
120 views
“File not found” when attaching file to list item
I'm trying to write a section of code that lets users attach files to list items. The goal is to allow any user to be on the SP site and upload any "legal" file from their machine or shared drives to ...
0
votes
0answers
17 views
Copy attachment file into a folder while inserting or updating document library
I have a document library. While I am attaching a file (inserting or updating ), I want to copy it in 'c:\mydocsfiles'. I think that Maybe, I use event receiver. Is there any easy way to do this.
...
0
votes
0answers
40 views
How to add a networklocation which acces Office 365 site
I have a question about creating an networklocation in Windows 7. I have acces to an Office 365 team site. I want to create a local networklocation in my file directory from which I can acces the ...
0
votes
0answers
906 views
Copy file using javascript client object model - new version
I have a solution that adds a custom button to the ribbon in SharePoint 2010 and am using the javascript client object model behind the scenes to copy a file from Library A to Library B when the ...
0
votes
0answers
238 views
Network Can't see a Sharepoint Document Library
I inherited a script that moves documents from a web server (unix) to a sharepoint document library via robocopy.
The script looks like this:
net use v: \\webserver\share /user:u p
robocopy v:\ ...