NeatUpload Documentation

ProgressBar Class

Displays progress and status of an upload.

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

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

public class ProgressBar : ProgressBarBase

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. Use the Inline property to control how the progress bar is displayed. 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

ProgressBar Members | Brettle.Web.NeatUpload Namespace