Is there any way to leave the log regarding which file was compressed at alfresco? This is the route I know that can compress the file.
- when using CIFS
- When clicking the downloads as zip button
Is there any way to leave the log regarding which file was compressed at alfresco? This is the route I know that can compress the file.
I think that you can override class CreateDownloadArchiveAction
(by overriding bean with id createDownloadArchiveAction
). And then in method createDownload
you can implement your logging logic.