Questions tagged [document-library]

170 questions
0
votes
2 answers

How to get GUID of a subfolder in a document library programmatically

Okay, here is the scenario... I have created a subfolder in a document library, and when an item is added to the document library, i want to do some processing on the document and then move the item to the subfolder, say MySubFolder. For that…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
2 answers

Cannot upload large (>50MB) files to SharePoint 2010 document library

I'm trying to upload a large file to a document library, but it fails after just a few seconds. The upload single document fails silently, upload multiple just shows a failed message. I've turned up the file size limit on the web application to…
0
votes
1 answer

How to copy document library/libraries from one Sharepoint server to another

I need to copy multiple document libraries, with all their contents, and file's metadata from one Sharepoint server, to another one (I'm talking about totally separate Sharepoint Instances, not just different site collections on the same Sharepoint…
Eedoh
  • 5,818
  • 9
  • 38
  • 62
0
votes
2 answers

Sharepoint Document Upload Page - Passing URL Variables?

Throughout my SharePoint site, I have several document repositories that are tied to primary keys from an external database. I have added custom columns in the document library metadata fields so that we will know which SharePoint documents…
Corey O.
  • 466
  • 9
  • 19
0
votes
1 answer

Filename shows as a Required field in a Document Library in Sharepoint 2007

Ok, so got a stumped scenario. On a Sharepoint MOSS 2007 site, somebody messed around with the settings of a Document Library. You try and upload multiple documents to the document library and it keeps them as checked out. This was not occurring…
0
votes
1 answer

New pages aren't being published to the right library (SharePoint 2010)

I created a new pages library, "News Pages", on one of my subsites. Beforehand, I created some custom site columns, added those to a site content type, and then created a new page layout using those site columns. This page layout is used by default…
manh2244
  • 133
  • 1
  • 2
  • 15
0
votes
1 answer

Any eventreceiver for sharepoint library multiple document upload event?

Any event-receiver for share point library multiple document upload event? I am trying to update some information at that time of uploading multiple doc in library.I don't have any clue.
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94
0
votes
1 answer

Find ID or Class of Sharepoint Document Library

I have a Mega Menu navigation that generates its content from custom lists. Each 'Tab' on the Mega Menu links to a different document library. I want to highlight the tab of the currently selected document library. Each 'tab' already has a class…
Luke
  • 57
  • 1
  • 8
0
votes
1 answer

programmatically get children of folder sharepoint

I have been asked to retrieve the contents of a document library and display them on a webpage with links to download using MVC. I can retrieve all the documents from the library with no issue. However when the documents are stored within subfolders…
0
votes
2 answers

How do I test an EventReceiver?

I am pretty much going crazy trying to get a SharePoint List Event Receiver to work. I have created an EventReceiver Project in VS and can debug it however, the break points don't work. Basically its the same issue lots of people have had but none…
0
votes
1 answer

Sharepoint and encryption

I'm currently setting up WSS 3.0 at my work, and I'm in the finance section of it. My question is, is there a possibility to encrypt and decrypt lists? And I mean entire lists, because the document libraries will have different types of files in it,…
hyeomans
  • 4,522
  • 5
  • 24
  • 29
0
votes
2 answers

How can I start workflow for files uploaded programmatically

Can I start the workflow for a file uploaded in document and library of liferay? Here is my code: DLFolder dlFolder = DLFolderLocalServiceUtil.getFolder(themeDisplay.getScopeGroupId(), 0, "Test"); ServiceContext serviceContext =…
Mok
  • 35
  • 4
0
votes
1 answer

adding file to document library

Here is my document library looks like. I have 2 content types with my document library. 1 content type is based on Document and the other content type is based on "Link to a document" type. I am trying to upload some files using powershell script.…
torres
  • 1,283
  • 8
  • 21
  • 30
0
votes
1 answer

Add document to document library with additional column data using Powershell

I'm trying to loop through pdf files in a directory and send them to a sharepoint document library. When I send them I would like to add the customer, invoice, etc to the list as well. Anyone have recommendations?
0
votes
1 answer

SharePoint 2010 - One email to combine changes for multiple lists

I need one email sent out when anything changes to multiple lists on my site. To make it even more complicated this email needs to go out weekly and include all changes in that past week. Users currently have alerts set up, but they are complaining…
ninel
  • 101
  • 2
1 2 3
11
12