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

CommentFileSizeAuthor
#1 2012-09-03 10-58-25.png23.05 KBProjetOeb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ProjetOeb’s picture

FileSize
23.05 KB

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

quicksketch’s picture

Category: feature » support

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.

quicksketch’s picture

Status: Active » Closed (won't fix)