Table of Contents

O4WUploadBoxOptions routine

Description

Specifies additional options for use by the O4WUploadBox.

Syntax

O4WUPLOADBOXOPTIONS(skipUpload, acceptOptions)

Parameters

The function has the following parameters:

ParameterDescription
skipUploadIf required, set to "1" (to skip) or "0" or null (for normal processing) of the upload.
acceptOptionsA comma-separated list of extension names to allow in the file upload (note: this is a list of just the 3-4 character extensions, in lower case, without any leading "." or other characters). For example: jpg,jpeg,png

Remarks