Closed (won't fix)
Project:
FileField
Version:
6.x-3.10
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2012 at 20:15 UTC
Updated:
11 Apr 2013 at 21:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
ProjetOeb commented...In drupal 5 version, the file's url was also visible in the edit form.
Comment #2
quicksketchFileField won't be changed at this point since it's been moved into core, but you can accomplish this by theming your FileFields. I think overriding theme_filefield_widget_item() in your template.php file would probably be the easiest approach.
As an alternative, if you're wanting to copy/paste that URL into a textarea, you'd probably find Insert to be a better alternative to copy/paste.
Comment #3
quicksketch