Foros de discusión

Document Library-Whos download file

thumbnail
sham cs, modificado hace 13 años.

Document Library-Whos download file

Junior Member Mensajes: 82 Fecha de incorporación: 18/03/10 Mensajes recientes
Hye all..
just want to ask..is it possible to know/track people who download file from document library..???

for upload of course can...but for download..??any idea..
thumbnail
sham cs, modificado hace 13 años.

RE: Document Library-Whos download file

Junior Member Mensajes: 82 Fecha de incorporación: 18/03/10 Mensajes recientes
another question..how to disable "Access From My desktop"

i dont want user to access folder to document library through network place...
thumbnail
Samuel Kong, modificado hace 13 años.

RE: Document Library-Whos download file

Liferay Legend Mensajes: 1902 Fecha de incorporación: 10/03/08 Mensajes recientes
sham cs:
another question..how to disable "Access From My desktop"

i dont want user to access folder to document library through network place...


1) Open WEB-INF/liferay-portlet.xml

2) Look for the Document Library portlet
<portlet-name>20</portlet-name>

3) Delete the lines
<webdav-storage-token>document_library</webdav-storage-token>
<webdav-storage-class>com.liferay.portlet.documentlibrary.webdav.DLWebDAVStorageImpl</webdav-storage-class>
thumbnail
Samuel Kong, modificado hace 13 años.

RE: Document Library-Whos download file

Liferay Legend Mensajes: 1902 Fecha de incorporación: 10/03/08 Mensajes recientes
sham cs:
Hye all..
just want to ask..is it possible to know/track people who download file from document library..???

for upload of course can...but for download..??any idea..


You might be able to use

DLFileRankLocalServiceUtil.getFileRanks(long groupId, long userId)

but it only tracks the last five files that a user downloads. If you need a longer history, you'll need to modify some code.
thumbnail
sham cs, modificado hace 13 años.

RE: Document Library-Whos download file

Junior Member Mensajes: 82 Fecha de incorporación: 18/03/10 Mensajes recientes
Samuel Kong:

You might be able to use

DLFileRankLocalServiceUtil.getFileRanks(long groupId, long userId)

but it only tracks the last five files that a user downloads. If you need a longer history, you'll need to modify some code.



instead of knowing what each user has downloaded, i would be more concern on who has downloaded each file in the document library.
In other word, what I'm looking for, is more of an audit trail on the download activity of a file.
Sandeep Atmakuri, modificado hace 12 años.

RE: Document Library-Whos download file

New Member Mensajes: 24 Fecha de incorporación: 13/02/11 Mensajes recientes
Were you able to track the downloads?
thumbnail
sham cs, modificado hace 12 años.

RE: Document Library-Whos download file

Junior Member Mensajes: 82 Fecha de incorporación: 18/03/10 Mensajes recientes
no..im not able to do it...lol..
thumbnail
Jitendra Rajput, modificado hace 9 años.

RE: Document Library-Whos download file

Liferay Master Mensajes: 875 Fecha de incorporación: 7/01/11 Mensajes recientes
You can use Document Download Log Hook available on Liferay market place.
You can track document download with information like User name , IP Address and Download date.

Hope this helps ,
Jitendra
itsliferay.blogspot.in