The FileField module lets the admin upload files from his computer through a CCK field.
The FileField Sources module expands on this ability by allowing to select new or existing files through additional means.
These include re-using files by an auto-complete textfield, transferring files from a remote server (cURL required) or selecting existing files through the IMCE file browser.
Although FileField Sources provides several built-in sources, it can be extended by any module through an API for creating new sources.
Users can toggle between any of the available methods for selecting a file.
This module requires CCK 2.6 or higher. It will not work with earlier versions of CCK.
Installation:
Unpack in your modules folder (usually '/sites/all/modules/')
Enable under Administer > Site Building > Modules
Requirements:
· Drupal 6.x