FileSelector Class
Inherits: Control
Implements: INamingContainer
Provides an interface for users to select files to upload.
Members
FileSelector()
Initializes a new instance of the FileSelector class.
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.
|