1.37 (checked in on 2010/08/27 at 11:54:32 by webchick)
Defines a "managed_file" Form API field and a "file" field for Field module.
| Name | Description |
|---|---|
| file_ajax_progress | Menu callback for upload progress. |
| file_ajax_upload | Menu callback; Shared AJAX callback for file uploads and deletions. |
| file_element_info | Implements hook_element_info(). |
| file_file_delete | Implements hook_file_delete(). |
| file_file_download | Implements hook_file_download(). |
| file_get_file_references | Gets a list of references to a file. |
| file_help | Implements hook_help(). |
| file_icon_map | Determine the generic icon MIME package based on a file's MIME type. |
| file_icon_path | Given a file object, create a path to a matching icon. |
| file_icon_url | Given a file object, create a URL to a matching icon. |
| file_managed_file_pre_render | #pre_render callback to hide display of the upload or remove controls. |
| file_managed_file_process | Process function to expand the managed_file element type. |
| file_managed_file_save_upload | Given a managed_file element, save any files that have been uploaded into it. |
| file_managed_file_submit | Submit handler for upload and remove buttons of managed_file elements. |
| file_managed_file_validate | An #element_validate callback for the managed_file element. |
| file_managed_file_value | The #value_callback for a managed_file type element. |
| file_menu | Implements hook_menu(). |
| file_progress_implementation | Determine the preferred upload progress implementation. |
| file_theme | Implements hook_theme(). |
| theme_file_icon | Returns HTML for an image with an appropriate icon for the given file. |
| theme_file_link | Returns HTML for a link to a file. |
| theme_file_managed_file | Returns HTML for a managed file element. |