upload.module

Version

1.100.2.14 (checked in on 2007/10/17 at 21:35:42 by goba)

Description

File-handling and attaching files to nodes.

Functions

Namesort iconDescription
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_download
upload_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_munge_filenameMunge the filename as needed for security purposes.
upload_nodeapiImplementation of hook_nodeapi().
upload_permImplementation of hook_perm().
upload_save
upload_settings
upload_settings_form_validateForm API callback to validate the upload settings form.
upload_space_usedDetermine how much disk space is occupied by a user's uploaded files.
upload_total_space_usedDetermine how much disk space is occupied by uploaded files.
upload_unmunge_filenameUndo the effect of upload_munge_filename().
_upload_form
_upload_imageCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
_upload_prepareSave new uploads and attach them to the node object. append file_previews to the node object as well.
_upload_validate
 
 

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.