upload.module
Version 1.100.2.14 (checked in on 2007/10/17 at 21:35:42 by goba)
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_download | |
| upload_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_munge_filename | Munge the filename as needed for security purposes. |
| upload_nodeapi | Implementation of hook_nodeapi(). |
| upload_perm | Implementation of hook_perm(). |
| upload_save | |
| upload_settings | |
| upload_settings_form_validate | Form API callback to validate the upload settings form. |
| upload_space_used | Determine how much disk space is occupied by a user's uploaded files. |
| upload_total_space_used | Determine how much disk space is occupied by uploaded files. |
| upload_unmunge_filename | Undo the effect of upload_munge_filename(). |
| _upload_form | |
| _upload_image | Check an upload, if it is an image, make sure it fits within the maximum dimensions allowed. |
| _upload_prepare | Save new uploads and attach them to the node object. append file_previews to the node object as well. |
| _upload_validate |
