FileSelector control
The FileSelector control encapsulates the interface for file selection, abstracting applications from the file input HTML element.
This enables a smooth transition from a downlevel no javascript interface to a rich AJAX interface to a Silverlight or Flash interface.
With SlickUpload 5.0, only the AJAX interface is supported, but Silverlight, Flash, and no javascript interface support is planned
for the near future.
How to
Limit the number of files that can be selected
To limit the number of files, set the MaxFiles attribute on the FileList control to the maximum number of files that may be selected. The default is -1 which means an unlimited amount of files.
<kw:FileSelector ... MaxFiles="3" ... />
|