Skip to main content
12-Amethyst
August 21, 2013
Solved

How to capture the download event?

  • August 21, 2013
  • 1 reply
  • 2493 views

Using which event we can capture the event which is generated at the time of downloading of Primary or secondary attachment of WTDocument

Best answer by ManikandanVelay

Kaushik

wt.content.ContentServiceEvent use this API, where you can listen to Pre Upload,Post Upload,Pre Download and Post Download.

Regards

Mani

1 reply

22-Sapphire I
August 21, 2013

Site, Utilities, Security Auditing - event = Download

have to configure system to record these by editing configAudit.xml

KD_0112-AmethystAuthor
12-Amethyst
August 22, 2013

Thanks Lockwood for your answer but I want to listen the "Download" event to perform some task through listener.

Please suggest.

Thanks and Regards,

Kaushik

1-Visitor
August 22, 2013

Kaushik

wt.content.ContentServiceEvent use this API, where you can listen to Pre Upload,Post Upload,Pre Download and Post Download.

Regards

Mani