Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.Rows Property

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

[Visual Basic]
Public Property Rows As Int32
[C#]
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

AJAXUploader Class | EO.Web Namespace


Direct link to this topic