You are here

constant UPLOAD_ELEMENT_NONE in Upload element 6

@file A module that provides two new elements to the FAPI for file handling.

This module provides two new elements to add a layer of abstraction to the file handling within the FAPI.

upload_element - a generic file element image_upload_element - a generic image element

2 uses of UPLOAD_ELEMENT_NONE
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.

File

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

Code

define('UPLOAD_ELEMENT_NONE', 0);