FileUpload.MaxInputsCount

Syntax

MaxInputsCount: Number

Description

The MaxInputsCount property sets the number of input boxes for files.

Comments

The property is relevant if the FileUpload.AutoExpandable property is set to True.

By default the property is set to 3.

Example

The property use is given in description of the FileUpload constructor.

See also:

FileUpload