Hi
I have a list form where each row contains a link for downloading a file and a short description of this file.
In this form user cannot edit or delete data; the only thing he can do is file download (by clicking on hyperlink)
The question is:
How can I know if this user has downloaded the file?
In other words, how can I add an "on click" event BEFORE file downloading?
Thanks in advance for any suggestion.
Francesco