UploaderBaseMultipleFilesUpload Property |
If true, the users are able to select multiple files in the file browser dialog then upload them at once.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic virtual bool MultipleFilesUpload { get; set; }
Public Overridable Property MultipleFilesUpload As Boolean
Get
Set
<asp:UploaderBase MultipleFilesUpload="True|False" />
Property Value
Type:
Boolean
See Also