aspnet-devexpress-dot-web-dot-uploadadvancedmodesettings.md
Gets or sets a value specifying whether multi-file selection is allowed in an ASPxUpoadControl.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public virtual bool EnableMultiSelect { get; set; }
<DefaultValue(False)>
Public Overridable Property EnableMultiSelect As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, if multi-file selection is allowed; otherwise, false.
|
You can access this nested property as listed below:
| Library | Object Type | Path to EnableMultiSelect |
|---|---|---|
| ASP.NET MVC Extensions | UploadControlSettings |
.AdvancedModeSettings .EnableMultiSelect
| | ASP.NET Web Forms Controls | ASPxUploadControl |
.AdvancedModeSettings .EnableMultiSelect
|
ASPxUploadControl allows end-users to choose several files to upload in a single file open dialog. To enable this multi-file selection, switch the EnableMultiSelect property to true.
For more information, see the Multi-File Selection topic.
Note
The EnableMultiSelect property is not in effect when the UploadAdvancedModeSettings.EnableDragAndDrop or UploadAdvancedModeSettings.EnableFileList property is set to true.
See Also
Online Demo: Upload Control - Multi-File Selection
UploadAdvancedModeSettings Class