This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.EnableInstantUpload Property

Switch that specifies whether to start sending files right after they are selected for upload not waiting for Send button click.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property EnableInstantUpload As Boolean
C#
public bool EnableInstantUpload { get; set; }

Property Value

A boolean value (true or false). If true, the upload process starts instantly when files are added to the upload pane. Otherwise, the upload starts when the Send button is clicked.

Default value is false.

Remarks

This property corresponds to EnableInstantUpload client-side property.

See Also

Reference