Attached a patch against 4.5.1 to count and display the number f file downloads. I had to add an extra field to the files table in the database before the list column.
`downloads` int(10) unsigned NOT NULL default '0',

It'd be nice If yu can add an index too, As it can be used to select the max. downloaded files and display them in a block or so.

CommentFileSizeAuthor
upload.module_0.diff2.58 KBmsameer
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

killes@www.drop.org’s picture

The upload module that comes with Drupal is intentionally very "bare bones".