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)
Public Property EnableInstantUpload As Boolean
public bool EnableInstantUpload { get; set; }
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.