BA_createFileUpload

The use of this routine requires the Power Actions add-on be installed and licensed.

Description

Creates a file upload field. Creates an upload control that enables the users to upload multiple files to a temporary folder. For more details about the temporary file directory, see the Administration Page.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createFileUpload("file 1", false, true, "description for file 1"); BA_createFileUpload("file 2", true, false, "description for file 2");

See also