Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

filefield.module

Version

1.50.2.2 (checked in on 2007/09/25 at 16:06:07 by jpetso)

Description

Defines a file field type.

uses content.module to store the fid, and the drupal files table to store the actual file data.

Functions

Namesort iconDescription
filefield_check_directory
filefield_clear_field_session
filefield_clear_session
filefield_default_item
filefield_fieldImplementation of hook_field().
filefield_field_formatter
filefield_field_formatter_infoImplementation of hook_field formatter. @todo: finish transformer.module and integrate like imagecache with imagefield.
filefield_field_infoImplementation of hook_field_info().
filefield_field_settingsImplementation of hook_field_settings().
filefield_file_insertinsert a file into the database.
filefield_file_updateupdate the file record if necessary
filefield_form_check_directoryWrapper function for filefield_check_directory that accepts a form element to validate - if user specified one. Won't allow form submit unless the directory exists & is writable
filefield_jsMenu callback for JavaScript-based uploads.
filefield_menu
filefield_perm
filefield_widgetImplementation of hook_widget().
filefield_widget_infoImplementation of hook_widget_info().
filefield_widget_settingsImplementation of hook_widget_settings().
theme_filefield
theme_filefield_form_current
theme_filefield_icon
theme_filefield_view_file
_filefield_file_delete
_filefield_file_form
_filefield_file_load
_filefield_is_show_listDetermine whether to show the 'List' checkbox or not.
_filefield_previewtransfer a file that is in a 'preview' state. @todo multiple support
_filefield_widget_form
_filefield_widget_prepare_form_values
_filefield_widget_validateValidate the form widget.