upload.module

Version 1.148.2.6 (checked in on 2010/08/11 at 20:37:49 by drumm)

File-handling and attaching files to nodes.

Functions & methods

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_admin_settingsMenu callback for the upload settings form.
upload_admin_settings_validateForm API callback to validate the upload settings form.
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_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