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.ProgressBar

public class ProgressBar : 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. Use the Inline property to control how the progress bar is displayed. Use the NonUploadButtons property (or the AddNonUploadButton method) to specify any buttons which should not cause files to be uploaded and should 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