Table of Contents
Rows Property

Gets or sets the number of file input elements to be displayed in the AJAXUploader.

Syntax
 public Int32 Rows { get; set; }
Remarks

Gets or sets the number of file input elements to be displayed in the AJAXUploader. Each file input element allows end user to upload one file. You can specify how many files an end user can upload by setting this property. The default value is 1, end user can upload one file to the server a time.

See Also