Is it possible to do download logging? Par example one has downloaded a file and this fact is recored in a data table. Then this table could be viewed, printed etc.
Is it possible to do download logging? Par example one has downloaded a file and this fact is recored in a data table. Then this table could be viewed, printed etc.
Comments
Comment #1
mattman commentedThis can be accomplished with this module here.
http://drupal.org/project/download_count
I can see a use case where, depending on the settings used in file_access, you would only want to count files that were protected with file_access versus those which are not.
If this is what you were looking for then it would be some time before I could put the feature in.