You are here

Files in FileField Sources 6

Primary tabs

File namesort descending Location Namespace Description
attach.inc sources/attach.inc A FileField extension to allow use of files within a server directory.
filefield_sources.api.php filefield_sources.api.php This file documents hooks provided by the FileField Sources module. Note that none of this code is executed by using FileField Sources module, it is provided here for reference as an example how to implement these hooks in your own module.
filefield_sources.css filefield_sources.css /* Generic display for all sources. */ div.filefield-source input.form-text, div.filefield-source select.form-select { display: inline; width: 20em; } div.filefield-source .form-item { white-space: normal; } div.filefield-source input.hint { …
filefield_sources.info filefield_sources.info name = FileField Sources description = Extends FileField to allow referencing of existing files, remote files, and server files. dependencies[] = filefield package = CCK core = 6.x
filefield_sources.install filefield_sources.install Update and install functions for FileField Sources.
filefield_sources.module filefield_sources.module Extend FileField to allow files from multiple sources.
imce.inc sources/imce.inc A FileField extension to allow referencing of files from IMCE.
README.txt README.txt ----------------- FileField Sources ----------------- Description ----------- FileField Sources is a module that enhances the generic and image upload fields in Drupal. Typically such fields only allow you to upload a file from your desktop.…
reference.inc sources/reference.inc A FileField extension to allow referencing of existing files.
remote.inc sources/remote.inc A FileField extension to allow referencing of existing files.

Other projects