FileUpload.AllowMultiple Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether multiple files can be selected for upload.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(true)]
public virtual bool AllowMultiple { get; set; }

Property Value

Type: System.Boolean

true if multiple files can be selected; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: