Questions tagged [document-library]

170 questions
1
vote
0 answers

Saving document to WSS gives script error

I have a custom content type with two extra columns defined in WSS 3.0. I have a document list with word documents of that content type. When I open a document on my XP client with MS Office 2003 and IE6 (company regulations :-( ) this works fine.…
Jelle
  • 322
  • 3
  • 14
1
vote
1 answer

Liferay document checkout/in permission

I am using Liferay 6.2 EE sp7 Tomcat bundle on Linux. We have a use case for the normal regular users to upload, check in and out documents from the document and media portlet. I see the Checkout and Check in options when I am logged in as a…
VC1
  • 1,660
  • 4
  • 25
  • 42
1
vote
1 answer

Local domain email configuration for two SharePoint 2007 email enabled document libraries

I have a virtual SharePoint 2007 environment, comprising of a domain controller, SQL server and application server (3 VM instances). The domain name is contoso.local. I need to email-enable two SharePoint document libraries and thereby created two…
Web User
  • 7,438
  • 14
  • 64
  • 92
1
vote
1 answer

Retrieve all Items from All Lists from a site - Powershell

I have a PowerShell script that outputs all documents from all Libraries within a Site (web) scope to a CSV file listed below: function Get-DocInventory([string]$siteUrl) { $site = New-Object Microsoft.SharePoint.SPSite $siteUrl $web = Get-SPWeb…
Nina G
  • 269
  • 5
  • 17
1
vote
1 answer

Creating custom document action Alfresco javascript

I'm trying to create a custom document action in Alfresco. But, when i try to run the new "Button" created, nothing happens, the function is not called. I'm trying, in this time, make a button equal to the "Copy to..." only for testing, so, my code…
PRVS
  • 1,612
  • 4
  • 38
  • 75
1
vote
1 answer

Upload document to specific folder in a SharePoint Document library using WebClient

I have some client side code that uploads an Outlook email to a document library and as long as the path is pointing to the root of the doc library it works just fine. @"https:///sites/////" +…
Kasper
  • 1,710
  • 2
  • 17
  • 31
1
vote
3 answers

How to obtain document library name from the URL

How to obtain document library name from the URL cqwp. For example, http:///sites/site1/DocLib/Forms/AllItems.aspx I know there is substring function with xsl select=substring(url) or whatever the code should…
Langoria
  • 21
  • 4
1
vote
1 answer

Export large document library from one Liferay 6.1 instance to another

I have one instance of Liferay 6.1 that has a large amount of files in its document library (the "data" folder zipped has almost 5 GB in size and the "document_library" folder has around 40 GB in size). I need to migrate the document library…
1
vote
1 answer

Unable to open file from sharepoint document library

I have created a document library in my machine and uploaded a few image files. But later when i try to open them in document library, it shows a page not found 404 error. What could be the reason? The same thing works in another machine's document…
Ashok
  • 145
  • 2
  • 19
1
vote
2 answers

Communicate with Document Library Browser Web Part

Background My task is to, in SharePoint, show an image of a process map which should be clickable. Think of an imagemap in html. Some areas take you to other process map images and other brings up a pop-up window. "Connected" to each process map is…
1
vote
0 answers

Sync sharepoint online lists

I am trying to syncronize two Document librarys, using a workflow and im kinda stuck. My main issue is that the source library contains document sets. Copying the documents is fairly easy using a workflow, my problem is copying the folder structure.…
1
vote
2 answers

SharePoint Visual Studio document upload Web Test fails with Connot close stream until all bytes are written

I have created a Visual Studio 2008 sp1 test suite web test that uploads a document to a document library in SharePoint. The test is a lot like the one described here. All is fine until the test is converted to a coded web test. Then the upload post…
Nat
  • 14,175
  • 5
  • 41
  • 64
1
vote
2 answers

How do you change the address of a document library?

I have a site with multiple document libraries in it. One of the site users has full control of the site & at one point, instead of creating a new document library, they renamed the default document library from "Shared Documents" to…
Kwirk
  • 964
  • 15
  • 25
1
vote
1 answer

Problem with workflow on SharePoint email enabled document library

SO ... here is the scenario ... i have a workflow on a document library that copies a file to a windows directory ... this workflow is set to be started at the time when a new item is added to the document library ... so everything works fine when…
ria
  • 819
  • 5
  • 19
  • 40
1
vote
1 answer

Add attachments to a document in a document library

Is there a way to add attachments to documents in a SharePoint document library? Any help is appreciated.