Hi,

I wonder if it is possible to output the file upload date as a field to Views? I saw the timestamps field in the files tables in MySql but I can't find the option to output that date to Views? Is that something not available at this moment? The closest issue I found on drupal.org is:

http://drupal.org/node/567584

but this is outputing as the filename.

Could you give me some guideline please? Thanks.

Jerry

Comments

quicksketch’s picture

Category: feature » support
Status: Active » Fixed

You just need to make a relationship based on the FileField over to the File table first, then the uploaded time will be available.

jerryuen’s picture

Category: support » feature
Status: Fixed » Active

Thanks Nath! I love you.

quicksketch’s picture

Category: feature » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

OMD’s picture

I've done this and the upload date or timestamp is equal to the post date of the node, not the file upload. Any ideas?