Closed (fixed)
Project:
FileField Private Downloads
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 16:27 UTC
Updated:
22 Feb 2010 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dagmarOk, this is indeed a bug.
I was getting numbers instead of real names because I was using the token [uid] for "path" in Filefield settings.
The patch attached fix this problem.
To replicate this bug, define a value for path settings into Filefield settings. When the file is uploaded, it is renamed to the name of the internal dir.
So if you put myfiles as filepath, files will be renamed myfiles_1, myfiles_2, etc
Comment #2
dagmarComment #3
dagmarFixed: http://drupal.org/cvs?commit=325806