Fórum

document library add doc

curious Liferay, modificado 13 Anos atrás.

document library add doc

Junior Member Postagens: 57 Data de Entrada: 08/10/09 Postagens Recentes
is it possible to create 2-3 folders on some remote server (or even liferay server), and put the files in them whenever these files are generated?
is document library portlet can pick up these files automatically then it will be great if not then how can I make doc library to pick these files?
curious Liferay, modificado 13 Anos atrás.

RE: document library add doc

Junior Member Postagens: 57 Data de Entrada: 08/10/09 Postagens Recentes
is something worng with my question? or is it in the wrong place? why nobody is replying?
thumbnail
James Falkner, modificado 13 Anos atrás.

RE: document library add doc

Liferay Legend Postagens: 1399 Data de Entrada: 17/09/10 Postagens Recentes
curious Liferay:
is something worng with my question? or is it in the wrong place? why nobody is replying?


Nothing wrong with the question - but generally replies take up to a day to come in, not everyone in the community is awake when you write them emoticon

As far as your question, it is possible to drop files into a directory and have them picked up by the document library - but not in the way you are thinking.

Documents in the doclib are stored in a repository (similar to your OS's filesystem). To get a document into the document library, it must be submitted one of three ways:

1. Via the Document Library GUI and it's "Upload File" option
2. Via the Document Library APIs by writing code to inject the file into the doclib.
3. Via WebDAV

The easiest way for you to get your files into doclib using drag/drop is by first mounting it via WebDAV - this will make the document library appear as a folder on your desktop, and then you can drop files into it, and then they will be accessible to other portal users.

You can also write custom code to inject your files (see here) but that requires more work.

For instructions on using WebDAV, see here.
thumbnail
William Fleming, modificado 13 Anos atrás.

RE: document library add doc

Regular Member Postagens: 180 Data de Entrada: 15/09/10 Postagens Recentes
Is it possible to have a NFS share mounted with the the data folder in liferay home? So that any liferay boxes we have on the frontend can be pointed to this share for all their images etc and to one mysql box for database?

Thanks

William
tejash tamakuwal, modificado 13 Anos atrás.

RE: document library add doc

New Member Mensagem: 1 Data de Entrada: 10/01/11 Postagens Recentes
????