Postponed
Project:
Media Field
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2007 at 19:21 UTC
Updated:
25 Jun 2008 at 21:34 UTC
Hi,
I'd like to add the ability for users to select from a pre-existing file as opposed to uploading a new one. I can build this out, but I'd like some guidance as to how you'd like to see this implemented.
Are there other modules we should use to provide this functionality?
Comments
Comment #1
techczech commentedI'd love to see a feature like this. Particularly, if files on different servers could be linked to via URL, as well, as importing files form a local server.
Comment #2
anthonym commentedI just added a similar post. http://drupal.org/node/193234 I missed this one since the subject line didn't catch my attention at first. This seems to be a popular request.
Anthony
Comment #3
rob101 commented@JacobSingh
Yes! I'd love to see this feature; the two main benefits would be
- I coulod upload files with FTP
- I could change files back and forth without re-uploading them each time.
Ideally, implementation would be as simple as possible - a list of media files from the chosen directory would be displayed, you'd select one of them, and that would be it!
Rob
Comment #4
JacobSingh commentedHi folks, I did something like this for another client, but it's too custom to contrib.
I'm now using asset (http://drupal.org/project/asset).
You should all really look into it as an alternative. Wim Mostrey (one of my colleagues) invested a lot of time on it for Amnesty International's Drupal Project.
Comment #5
a_c_m commentedPeople are talking about the future of this module, the asset module and others here http://drupal.org/node/222669 interesting and worth reading. Looking like things may converge around the http://drupal.org/project/filefield module with formatters for media types (e.g. http://drupal.org/project/audio_filefield).