Ultimate Uploader v1.6
JavaScript API Reference
  Home page
Contact support

Methods

For more information about usage of JavaScript methods see JavaScript quick start section.

Method name Made operation GUI analog Calling example Parameters
StartUpload Start or resume upload process. Upload button uploadController.StartUpload(); no
PauseUpload Pause upload process. Pause button uploadController.PauseUpload(); no
CancelUpload Cancel upload process. Cancel button uploadController.CancelUpload(); no
GetFiles Return array of File objects   uploadController.GetFiles(); no
RemoveFile Remove specified file (by id) Remove button uploadController.RemoveFile(); string id - file Id.
RemoveAll Remove all files Clear button uploadController.RemoveAll(); no