Download & Extend

Show the file path in the edit form

Project:FileField
Version:6.x-3.10
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi,
Is there a way to show the url of the uploaded file in the edit form, like the core module Upload?
Thank you!

Comments

#1

...In drupal 5 version, the file's url was also visible in the edit form.

AttachmentSize
2012-09-03 10-58-25.png 23.05 KB

#2

Category:feature request» support request

FileField 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.

#3

Status:active» closed (won't fix)
nobody click here