NeatUpload Documentation

ProgressBarBase.Url Property

URL of an aspx page that displays the upload progress.

public string Url {get; set;}

Remarks

The specified page should inherits from the Progress code behind class. You may use an absolute or relative URL that refers to a page in the same web application. If the URL starts with "~", the "~" will be replaced with the web application root as returned by ApplicationPath. By default, "~/NeatUpload/Progress.aspx" will be used.

See Also

ProgressBarBase Class | Brettle.Web.NeatUpload Namespace