I used to capture downloads with event handlers on URLs that had extensions matching things like "pdf,doc" on my website for additional event processing.
With SharePoint, it seems the web part acts independently from the DOM events and this no longer works.
How can I capture the click event on document downloads?
Thanks!!!!
With SharePoint, it seems the web part acts independently from the DOM events and this no longer works.
How can I capture the click event on document downloads?
Thanks!!!!