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 5 Next »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

APIs for the File Upload widget are attached to a property of the main widget DOM element that is named 'fileUpload'. The getObj() function can be used to get a reference to the main DOM element for the file upload widget.

The typical way to access these methods is to use the following syntax:

getObj("FileUpload1").fileUpload.method()

Where FileUpload1 is the id of the File Upload widget and method is the name of one of the methods listed below.

  • No labels