I'm building a content type that is for posting news articles. One of the fields is image where they can upload the news outlets logo. What I'd like to do is to allow them to upload or choose from an image they've already uploaded (so they don't keep uploading the same logo over and over again).

Is there a module that accomplishes something like this?

Comments

VM’s picture

one method would be to generate a taxonomy for the news outlets
add an image field to the terms
upload the logos

when users select the taxonomy the image will be displayed in the node and offer the ability to generate views by news outlet etc.

mattcoady’s picture

Ah clever. The only downside to this is they have to go and update the term item with the image after making the node (or is there a way to get the image uploader into the node creation?)