Version

OnError Field

Defines the name of the file upload error event. Fired when error is occurred. Function takes arguments evt and ui. Use ui.errorCode to get current errorCode. Use ui.errorMessage to get detailed error description. Use ui.errorType to get error type - it could be clientside or serverside. Use ui.serverMessage to get specific server message returned by server - if errorType is serverside. Use ui.owner in order to access the igUpload widget object.
Syntax
'Declaration
 
Public Const OnError As System.String
public const System.string OnError
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub