The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

liferay custom metadata set: file upload where goes the file?

If I choose "file upload" as custom metadata (both mandatory or additional), where does go the new file? i can't neither find it by search (indexing) nor by diretory browse thanks all
0
votes
1answer
19 views

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 ...
0
votes
0answers
37 views

Not able to upload document in Document Library of Liferay 6.1.1 CE GA2

I have created a hook for creating new account because i need some extra fields at the time of account creation I have successfully stored extra fields in expando tables but, got problem in while ...
1
vote
0answers
62 views

Get images from Liferay Document Library whose id is stored in separate databse table

I have an Employee table which stores details of Employees (name,date of birth etc) I have a field in Employee table named fileEntryId which stores the Id of the employee pics which are stored in DL ...
0
votes
0answers
48 views

Weird error while trying to attach default sharepoint workflow to Document Library in a console application

I am trying to loop though all the document libraries in a sharepoint site and attach the default sharepoint approval workflow [Approval - Sharepoint 2010] to each of them. This is something quite ...
0
votes
0answers
91 views

SharePoint 2013 document library + JavaScript

Anyone knows maybe if it is possible somehow to trigger asynchronously some PSI (Project Server Interface) or SPService call (or anything else) in order to do any of the following: List item switch ...
0
votes
0answers
113 views

Enabling the upload control for a Wiki Library in SharePoint 2013 (online)

I have a customized Wiki Library that I want to eventually make into a template for the creation of other libraries. One requirement is that these libraries will have the Document content type enabled ...
1
vote
1answer
86 views

Iterate over images in Document Library in Liferay

I want to display images which are present in the liferay Document Library. How should I iterate to get all the images and display them? The code that I have right now is : <portlet:renderURL ...
1
vote
0answers
58 views

Bulk file upload creates multiple versions of all files except last file

I have an interesting (well to me anyways) problem here. I am doing a code based mass upload of documents into a SharePoint library with a twist. The twist is that the file's last modified date ...
0
votes
0answers
56 views

Creating a File in desired location working well in WinRT component but not in Windows Store App DLL

I wrote a code in WinRT component to Create a file and Read a File (DocumentsLibrary) and added as a reference to C# proj it worked well, Later i created Windows Store App DLL (same code) which will ...
0
votes
1answer
528 views

How do I select which view when adding document library web part to a page in my site definition?

In my custom SharePoint 2010 site definition: I have a custom list instance in my site definition with multiple views... I have a page that I want to display one of the views on... In the page's ...
0
votes
0answers
157 views

SharePoint 2010 - E-Mail with Office Document to Document Library - Save from local Office Error

we have a customer that has a problem with his SharePoint Server 2010. They want to send Office Documents, mainly word, via E-Mail to a Document Library. The document has managed metadata that can be ...
0
votes
1answer
467 views

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.
1
vote
1answer
114 views

File Download through Struts action hangs a while

I am currently developping on a Liferay server. [liferay-portal-6.1.10-ee-ga1 + tomcat-7.0.25] In some cases my users download files from the Document-Library. What happens is that when they do so ...
0
votes
1answer
203 views

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 ...
0
votes
1answer
624 views

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. ...
1
vote
2answers
165 views

Liferay Document Library: execute method on document download

I've asked the same question in Liferay community but with no answers so I try here :) I need to perform an action/call a method everytime a user download a file from the document library, for ...
0
votes
1answer
329 views

Setting expiration of files in SharePoint in a document library

I got a SharePoint-Site that has images in a special asset-sitecollection. These images have a max-age of "0" by SharePoint default, so won't be cached. Cache-Control:private,max-age=0 Date:Fri, 23 ...
1
vote
1answer
1k views

NullreferenceException when opening SharePoint Document Library

After running the Configuration Wizard in SharePoint 2010 (had to do this because of permission issues) I cannot open any Document Library like "Pages". I receive the following Error: ...
0
votes
1answer
538 views

Images and document not visible after migration to liferay 6.1.0 GA1

I upgrade from liferay 5.2.3 to 6.0.6 , it was successfully done without any error left; but when I upgrade from 6.0.6 to 6.1.0 GA1, unable to see the images and documents. Steps related to images and ...
1
vote
1answer
145 views

Set Initial version of a Sharepoint Doclib Item

I've got the following problem: I am creating a file during runtime. This file gets pushed to a document library. This works perfectly! But...I would like to set the version of this file. It gets set ...
0
votes
0answers
184 views

What's the difference between these two folder icons in a WebDAV (Sharepoint 2010) web folder? [closed]

Curious to know what the difference between the first few folder icons (the one with the two documents in it) vs the plain folder icon is. This is a Sharepoint 2010 Document Library in Explorer View. ...
0
votes
2answers
519 views

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 ...
1
vote
0answers
175 views

Printing documents contained in a sharepoint document library

I need a way to print selected documents in a library from the ribbon. As I understand it, this will have to be done through scripting. So the main difficulty seems to be the fact that everything will ...
0
votes
0answers
248 views

Lookup field value not adding when adding word file to the document library - sharepoint 2010

i am using the following code to add files to the document library with additional field values. it is working for all other file type except MS office file type. File is getting added but not the ...
0
votes
1answer
403 views

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"); ...
0
votes
1answer
854 views

Is it easy to convert (about 15 lines of code) c# code to Powershell

I found this code online and wondering if it's easy to convert to Powershell. I am getting this error Missing expression after ','. At C:\AddaItem.ps1:60 char:73 + $newFile = ...
0
votes
0answers
328 views

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 ...
0
votes
1answer
577 views

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 ...
0
votes
1answer
185 views

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 ...
1
vote
3answers
1k views

Liferay from fileentry to java file object

Anyone know how to retrieve a contentStream from a DLFileEntry (http://docs.liferay.com/portal/6.0/javadocs/com/liferay/portlet/documentlibrary/model/DLFileEntry.html) using an httpservlet? I tried ...
2
votes
1answer
384 views

Sharepoint 2010 Subsite/Document Library/Lists Storage Data

Basically all I want to do is to get the total storage space of subsites, document libraries and lists within a site collection. There does not seem to be a possible way to do it besides: using ...
1
vote
1answer
306 views

Automatically add tag to uploaded document in sharepoint

My environment is sharepoint 2010 and vs 2010. I already have an OOTB document library that I am using and I wanted to know how I can add a tag or keyword to a METADATA column. I am using the same ...
0
votes
2answers
111 views

GetURLSegments return false on List (document library) URL

GetURLSegments method of the SharePoint SiteData web service return false when passed the address of a document library. GetURLSegments return the following for the relative URL's: FALSE - ...
1
vote
2answers
487 views

How to add tag to document in doc library through programming in liferay?

I am new to liferay. I am using liferay 6.0.5 I want to add "Archive" tag to doc library document through code so latter on I can fetch the document with "Archive" tag. how to do this? Here is the ...
0
votes
1answer
287 views

Count total no. of downloads of a file from document library

I'm trying to make a portlet which shows most downloaded files from document library. Thanks in advance.
0
votes
1answer
212 views

View count of file in document library

I'm trying to use a Web content Display to show how many times a file in document library has been viewed Thanks in advance.
1
vote
3answers
238 views

PDF and sharepoint integration

Is there a tool that allows editing and saving of PDF's similar to how Office documents are saved in document library in SharePoint. We want the user to be able to open a pdf that already contains a ...
3
votes
2answers
1k views

New columns are added to content type, but not document library in sharepoint

I add columns to a content type via code. This works quite well (checking this at "site settings - content types - (my content type)) Now I expected that in the document library which has that ...
0
votes
1answer
1k views

Sharepoint2010: Copy items between 2 document librarys in different site collections

Situation: One WebApplication, two site collections. Both site collections have the same "type" and data structure. Both collections use a document library with the same structure. Problem/Question: ...
0
votes
5answers
971 views

How to move document library sharepoint 2007 [closed]

We have one client requirement to move document library from one subsite to another. While moving we should move all documents along with all the custom columns with its values as it is. All the ...
0
votes
2answers
2k views

How to programmatically move (archive) a document from document library of a site collection to another site collection

I have to programmatically move (archive) a document from document library of a site collection to a document library of another site collection in SharePoint 2010, when a specific value is set for a ...
2
votes
1answer
791 views

Change file extension in SharePoint

I'm trying to find out how to change the file extension of a file in a document library in SharePoint, so that a newer version with a different extension can be uploaded without a separated copy being ...
0
votes
1answer
598 views

Sharepoint document library folders

I've got a problem "browsing" folders in my Sharepoint 2010 document library. In my opinion there are two ways of accessing folders, but I can't see the difference. 1) ...
0
votes
0answers
549 views

How to print bulk document from sharepoint site

How can we print bulk documents from sharepoint site through browser. We have to print the documents through browser means at client side not at server side. The printer is not in the server network. ...
1
vote
2answers
989 views

In Alfresco Share, how to refer to a nodeRef id in the custom config file?

I'm trying to extend Share DocumentLibrary with a new action that provide a link to some url based on the nodeRef Id (through share-config-custom.xml) <action id="blabla" type="link" ...
1
vote
2answers
678 views

Sharepoint 2010: Copy or add file to Document Library

I have a silverlight application inserted in a SharePoint page. The SilverLight application runs on a different server thatn that of SharePoint. From an event in the SilverLight, I generate a document ...
2
votes
1answer
44 views

Trigger script on certain document library event?

Is there a way of triggering a script on certain event in a document library in SharePoint? How can one control those events? can they be controlled at all? are they even created by SharePoint? ...
0
votes
1answer
161 views

Checkincomments are not stored in document library

i got a problem with checkincomments on a spfile object in SharePoint 2007. The checkincomments on a custom doclib with custom contenttypes and custom code in the itemadding, itemadded, itemupdating ...
0
votes
1answer
239 views

How to write doucment download event to the external system?

I need to write event to the external system when document in library is downloaded by user. There is no download event in list. Should I retrieve this information from audit reports? If yes, how to ...

1 2 3