Attachments audit

Is there any way to audit the attachment control ? Basically I need to audit things on attachment adds/deletes - who did the add/delete and when.

Cant see anything "out of box" that allows this. 

Tried to do a custom solution using a custom table, and some code that compares eAttachment and deduces what got deleted/added. Doesn't work because of delays in events. For instance, the metastorm serverside delete attachment would run AFTER my compare code and show wrong results - even if I put the code on "On action complete".

The only way to get this to work consistently is to hook into the event stack for attachment clip, or build a custom ASP solution for attachments?

Tagged: