Closed (fixed)
Project:
FileField
Version:
6.x-3.0-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2009 at 03:26 UTC
Updated:
16 Apr 2009 at 23:50 UTC
Is it possible to see which users have downloaded files that have been uploaded via filefield? Or, for that matter *any* stats around filefield? There appears to be nothing written to the access log at all.
Comments
Comment #1
quicksketchNot under normal circumstances. Users can always access a File URL directly, so it's difficult to accurately track which files are actually being downloaded (at least least at the PHP level, I'm sure Apache logs keep track of file downloads in the access logs). The only current solution to use the Download count module. This module used to be featured on the project page, but I took it off because generally speaking, private file downloads (which it requires) is extremely demanding on the server and will almost certainly cause longer page loads, so I don't like recommending it.
Comment #2
quicksketchAs a support request I think this is answered. FileField will not provide download statistics itself, as its primary purpose is uploading files, not tracking their use one on the site.
Comment #3
mrmelson commentedFYI...we are using private downloads b/c we are providing access to purchased software & need to ensure that only authenticated users do this. If there's a better way than private downloads....please let me know. I agree that it's demanding on the site & don't really like it.
Thanks,
M2