upload.module
Version
1.197.2.3 (checked in on 2008/10/08 at 20:12:18 by goba)
Description
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_delete | |
| upload_delete_revision | |
| upload_file_download | Implementation of hook_file_download(). |
| upload_form_alter | |
| upload_help | Implementation of hook_help(). |
| upload_js | Menu-callback for JavaScript-based uploads. |
| upload_link | Implementation of hook_link(). |
| upload_load | |
| upload_menu | Implementation of hook_menu(). |
| upload_menu_alter | |
| upload_nodeapi | Implementation of hook_nodeapi(). |
| upload_node_form_submit | Save new uploads and store them in the session to be associated to the node on upload_save. |
| upload_perm | Implementation of hook_perm(). |
| upload_save | |
| upload_space_used | Determine how much disk space is occupied by a user's uploaded files. |
| upload_theme | Implementation of 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 |
