====== O4WUploadBoxOptions routine ====== ==== Description ==== Specifies additional options for use by the O4WUploadBox. ==== Syntax ==== O4WUPLOADBOXOPTIONS(skipUpload, acceptOptions) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |skipUpload|If required, set to "1" (to skip) or "0" or null (for normal processing) of the upload.| |acceptOptions|A 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 ====