StateServer (Dundas Upload Control 2.0)

Dundas

StateServer (Dundas Upload Control 2.0)

Overview | Properties | Methods

Set this property to the IP address of the Dundas State Server when processing an upload which utilizes a progress bar window.

Syntax

UploadObject.StateServer = string

The StateServer property syntax has the following parts:

Part

Description

string

The IP address of the machine which is running the Dundas State Server. Defaults to the local loopback address (127.0.0.1).

Remarks

You must set this property before calling either the Save or SaveToMemory methods of the Upload control if: you want to utilize the StateServer and the UploadProgress component in order to display a progress bar; and the State Server is running at a different machine compared to where the ASP page(s) in question are located.

You do not have to set this property if the State Server is running on the same machine which the ASP page in question is running on since the local loopback address is the default.

See Also: Tutorial 4: Implementing a Progress Bar | StateServerPort | ProgressID