NeatUpload Documentation

ProgressBarBase Class

Base class for controls that display the progress and status of an upload.

For a list of all members of this type, see ProgressBarBase Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Brettle.Web.NeatUpload.ProgressBarBase
            Brettle.Web.NeatUpload.GreyBoxProgressBar
            Brettle.Web.NeatUpload.ProgressBar

public abstract class ProgressBarBase : WebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

For the progress bar to be displayed, the UploadHttpModule must be in use. For the progress display to be started, the form being submitted must include an InputFile control that is not empty. If you use the Triggers property (or the AddTrigger method) to specify which controls should cause files to be uploaded, then other controls will not start the progress display (e.g. "Cancel" buttons).

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

ProgressBarBase Members | Brettle.Web.NeatUpload Namespace