Krystalware
SlickUpload logo

FileSelector Class

Inherits: Control

Implements: INamingContainer

Provides an interface for users to select files to upload.

Members

DownlevelTemplate – ITemplate

Gets or sets the ITemplate that defines how the downlevel mode of the FileSelector control is displayed.

FileSelector()

Initializes a new instance of the FileSelector class.

GetList(Page)

Returns the array of the FileSelectors on the specified page.

Parameters

Return Value

FileSelector[] – The FileSelector array for the specified page, or null if none was found.

MaxFiles – Int32

Gets or sets the maximum number of files that can be selected, or -1 for unlimited.

OnClientFileAdded – String

Gets or sets a javascript function to call when a file is added.

OnClientFileRemoved – String

Gets or sets a javascript function to call when a file is removed.

UplevelTemplate – ITemplate

Gets or sets the ITemplate that defines how the uplevel mode of the FileSelector control is displayed.