upload.module

Version 1.197.2.5 (checked in on 2009/09/16 at 17:54:19 by goba)

File-handling and attaching files to nodes.

Functions

NameDescription
theme_upload_attachmentsDisplays file attachments in table
theme_upload_form_currentTheme the attachments list.
theme_upload_form_newTheme the attachment form. Note: required to output prefix/suffix.
upload_delete
upload_delete_revision
upload_file_downloadImplementation of hook_file_download().
upload_form_alter
upload_helpImplementation of hook_help().
upload_jsMenu-callback for JavaScript-based uploads.
upload_linkImplementation of hook_link().
upload_load
upload_menuImplementation of hook_menu().
upload_menu_alter
upload_nodeapiImplementation of hook_nodeapi().
upload_node_form_submitSave new uploads and store them in the session to be associated to the node on upload_save.
upload_permImplementation of hook_perm().
upload_save
upload_space_usedDetermine how much disk space is occupied by a user's uploaded files.
upload_themeImplementation of hook_theme()
upload_total_space_usedDetermine how much disk space is occupied by uploaded files.
_upload_file_limitsDetermine 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
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.