FileUpload.AutoExpandable

Syntax

AutoExpandable: Boolean

Description

The AutoExpandable property determines whether an additional field should appear on file loading.

Comments

If the property is set to True, an additional item is created on file selection. If the property is False, no item is created. By default the property is set to False.

Maximum number of fields is set in the FileUpload.MaxInputsCount property.

Example

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

See also:

FileUpload