I have created a template that has a publication field of type "any upload" which is used to store PDFs that are made available to users to download. I am wondering if there is any mechanism to automatically store the number of times a particular PDF has been downloaded and then display it alongside the Download link?
I could probably manually add another field to the database and write some inelegant function that would perform this task but it would not be consistent with the existing coding practice within Pagesetter and I'm concerned that any updates in the future would fail from my meddling.