Back to Devexpress

ASPxUploadControl.AutoStartUpload Property

aspnet-devexpress-dot-web-dot-aspxuploadcontrol-723a2861.md

latest1.4 KB
Original Source

ASPxUploadControl.AutoStartUpload Property

Specifies whether file uploading starts automatically when a file is added to upload control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool AutoStartUpload { get; set; }
vb
<DefaultValue(False)>
Public Property AutoStartUpload As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to automatically start file uploading; otherwise false.

|

Remarks

You can try this functionality in the Upload Control - Drag and Drop Support online demo.

See Also

Online Demo: Upload Control - Drag and Drop Support

ASPxUploadControl Class

ASPxUploadControl Members

DevExpress.Web Namespace