Posted by ProjetOeb on August 31, 2012 at 8:15pm
2 followers
| 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.
#2
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