This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.CurrentConnectionId Property

Supported in: ActiveX , Java

Identifier of the upload stream the Progress event is raised for.

Syntax

Get/Set Value in Runtime

JavaScript
value = getImageUploader("ImageUploaderID").getCurrentConnectionId();

Property Value

A positive number that means the identifier of the upload stream the Progress event is raised for.

This property is meaningless when used outside of the Progress event handler. This value is guarantied to be in range [0, MaxConnectionCount - 1].

Remarks

This property is useful when files are uploaded with several concurrent connections. If you write the Progress event handler which should display different information for different upload stream, use this property to detect which connection the event is raised for.

See Also

Manual

Reference