Skip to main content
A newer version of this page is available. .
Tab

ASPxUploadControl.AutoStartUpload Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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