Skip to main content
Tab

ASPxUploadControl.AutoStartUpload Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AutoStartUpload { get; set; }

Property Value

Type Default Description
Boolean false

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