NeatUpload Documentation

GreyBoxProgressBar Class

Displays progress and status of an upload using a GreyBox pop-up window.

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

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

public class GreyBoxProgressBar : 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. 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.GreyBoxProgressBar (in Brettle.Web.NeatUpload.GreyBoxProgressBar.dll)

See Also

GreyBoxProgressBar Members | Brettle.Web.NeatUpload Namespace