uploadSuccessCallback Property
Summary
The callback function that fires after the file has been successfully uploaded to the Document Service.
Syntax
Object.defineProperty(LoadFromLocalParams.prototype, 'uploadSuccessCallback',
get: function(),
set: function(value)
)
Property Value
Default value is null. If a valid function is provided, this callback fires if the file has been successfully uploaded to the Document Service.