Skip to end of banner
Go to start of banner

BA_createFileUpload

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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

  • No labels