You are here

constant UPLOAD_ELEMENT_DELETE in Upload element 6

5 uses of UPLOAD_ELEMENT_DELETE
image_upload_element_preview_path in ./upload_element.pages.inc
This parses the session to pull out the filepath of the image.
upload_element_save in ./upload_element.module
Saves an uploaded file
upload_element_session_handler in ./upload_element.module
The core storage handler for keeping the correct state of the element in between form submissions/AHAH requests.
_upload_element_action_field in ./upload_element.module
Private function to generate the options that go with the upload element
_upload_element_parse_value in ./upload_element.module
A private helper function to parse the real value from the element. This takes into account the submit_action when present.

File

./upload_element.module, line 16
A module that provides two new elements to the FAPI for file handling.

Code

define('UPLOAD_ELEMENT_DELETE', 2);