NeatUpload Documentation

ProgressBarBase.AutoStartCondition Property

JavaScript expression which is evaluated when the form is submitted to determine whether to start the progress display.

public string AutoStartCondition {get; set;}

Remarks

Defaults to "IsFilesToUpload()" which will cause the progress display to only start when there are files to be uploaded.

See Also

ProgressBarBase Class | Brettle.Web.NeatUpload Namespace