NeatUpload Documentation

ProgressBarBase.Triggers Property

Space-separated list of the IDs or ClientIDs of controls which should upload files and start the progress display.

public string Triggers {get; set;}

Remarks

If no triggers are listed in Triggers or added via AddTrigger then whenever the form is submitted with any files selected the progress display will start. If you do specify one or more triggers, then any form submissions initiated via any other controls that you didn't specify as triggers will not include any files and will not start the progress display.

See Also

ProgressBarBase Class | Brettle.Web.NeatUpload Namespace