2

Filefield Source is a module which works with CCK and Filefield which allows users to select files from already uploaded files, instead of having them upload a file multiple times.

I installed the module, but cannot see it. I am using CCK version 2.8 and Filefield version 3.7.

Any guidance would be appreciated. Probably just some stupid mistake on my part.

Thanks,

John

apaderno
  • 28,547
  • 16
  • 75
  • 90
John Rand
  • 995
  • 2
  • 10
  • 20

1 Answers1

1

You have to edit your content type and add a new field with type file. So, go to Administer -> Content Management -> Your content type -> Manage fields.

Vasilis Lourdas
  • 1,179
  • 1
  • 16
  • 35
  • Ah... When I go to Manage Fields -> Configure, there is a "File Sources" link, which I think is new. – John Rand Oct 10 '10 at 14:53
  • This is not all ( see here: http://drupal.org/node/1873808 ) You also need to go to _edit_ for the file or image field and enable the specific options. – Ray Hulha Apr 22 '13 at 19:32