upload.module
Version 1.269 (checked in on 2009/11/08 at 10:02:41 by webchick)
File-handling and attaching files to nodes.
Functions
| Name | Description |
|---|---|
| theme_upload_attachments | Displays file attachments in table |
| theme_upload_form_current | Theme the attachments list. |
| theme_upload_form_new | Theme the attachment form. Note: required to output prefix/suffix. |
| upload_file_delete | Implement hook_file_delete(). |
| upload_file_download | Implement hook_file_download(). |
| upload_file_load | Implement hook_file_load(). |
| upload_file_references | Implement hook_file_references(). |
| upload_form_alter | |
| upload_help | Implement hook_help(). |
| upload_js | Menu-callback for JavaScript-based uploads. |
| upload_menu | Implement hook_menu(). |
| upload_node_delete | Implement hook_node_delete(). |
| upload_node_form_submit | Save new uploads and store them in the session to be associated to the node on upload_save. |
| upload_node_insert | Implement hook_node_insert(). |
| upload_node_links | Inject links into $node for attachments. |
| upload_node_load | Implement hook_node_load(). |
| upload_node_revision_delete | Implement hook_node_revision_delete(). |
| upload_node_search_result | Implement hook_node_search_result(). |
| upload_node_update | Implement hook_node_update(). |
| upload_node_view | Implement hook_node_view(). |
| upload_permission | Implement hook_permission(). |
| upload_save | |
| upload_space_used | Determine how much disk space is occupied by a user's uploaded files. |
| upload_theme | Implement hook_theme(). |
| upload_total_space_used | Determine how much disk space is occupied by uploaded files. |
| _upload_file_limits | Determine the limitations on files that a given user may upload. The user may be in multiple roles so we select the most permissive limitations from all of their roles. |
| _upload_form |
