You are here

Functions in Upload element 6

Primary tabs

Namesort descending Location Description Direct uses Strings
form_type_image_upload_element_value ./upload_element.module This is the core function that handles the uploading and workflow of the submitted files.
form_type_upload_element_value ./upload_element.module This is the core function that handles the uploading and workflow of the submitted files. 1
image_upload_element_preview_path ./upload_element.pages.inc This parses the session to pull out the filepath of the image. 1
image_upload_element_thumb ./upload_element.pages.inc Generates a temp image for image preview. 1
locate_upload_element ./upload_element.pages.inc This does a recursive check on the cached form to locate a given element. 2
theme_image_upload_element ./upload_element.module Theme function to format the edit form.
theme_upload_element ./upload_element.module Theme function to format the edit form.
theme_upload_element_file_description ./upload_element.module This theming function can be used to assign different text to the description that is found under the file HTML element.
theme_upload_element_image_preview ./upload_element.module This creates the thumbnail preview HTML.
theme_upload_element_preview ./upload_element.module Simple theming function to display the uploaded file.
upload_element_clean_session ./upload_element.module Session cleaning function. 1
upload_element_elements ./upload_element.module Implementation of hook_elements().
upload_element_element_validate ./upload_element.module The custom validation required for files that are marked as deleted, but are required. 1
upload_element_equals ./upload_element.module Simple helper function to compare to file elements 1
upload_element_help ./upload_element.module Implementation of hook_help().
upload_element_imagecache_action ./upload_element.module Hooks into imageache preset for save action 1
upload_element_init ./upload_element.module Implementation of hook_init().
upload_element_js ./upload_element.pages.inc Handles the AHAH upload request. 1
upload_element_menu ./upload_element.module Implementation of hook_menu().
upload_element_save ./upload_element.module Saves an uploaded file
upload_element_session_handler ./upload_element.module The core storage handler for keeping the correct state of the element in between form submissions/AHAH requests. 1
upload_element_theme ./upload_element.module Implementation of hook_theme().
_upload_element_action_field ./upload_element.module Private function to generate the options that go with the upload element 1
_upload_element_add_file_validators ./upload_element.module This is used to set the default validators 1
_upload_element_allowed_extensions ./upload_element.module Private helper function to help pull out the allowed extensions. 1
_upload_element_delete ./upload_element.module Private helper function for to delete files during the save process 1
_upload_element_expand ./upload_element.module Our #process callback to expand the control. 1
_upload_element_parse_value ./upload_element.module A private helper function to parse the real value from the element. This takes into account the submit_action when present. 3

Other projects