file.module
Version 1.11 (checked in on 2009/10/31 at 16:06:36 by dries)
Defines a "managed_file" Form API field and a "file" field for Field module.
Functions
| 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 | Implement hook_element_info(). |
| file_file_delete | Implement hook_file_delete(). |
| file_file_download | Implement hook_file_download(). |
| file_file_references | Implement hook_file_references(). |
| file_get_file_references | Get a list of references to a file. |
| file_get_file_reference_count | Count the number of times the file is referenced. |
| 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_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 non-JavaScript uploads. |
| 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 | Implement hook_menu(). |
| file_progress_implementation | Determine the preferred upload progress implementation. |
| file_theme | Implement hook_theme(). |
| theme_file_icon | Return an image with an appropriate icon for the given file. |
| theme_file_link | Output a link to a file. |
| theme_file_managed_file | Theme a managed file element. |
