UploadSettings.EnableInstantUpload Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether to start sending files right after they are added to the upload pane without waiting for Upload button click.

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

Syntax

C#
public bool EnableInstantUpload { get; set; }

Property Value

Type: System..Boolean

If true, the upload process starts instantly when files are added to the upload pane. Otherwise, the upload starts when the Upload button is clicked.

Default value is false.

Remarks

Note

This property takes effect in OnePane layout only.

If this property is true it causes the following changes in ActiveX/Java Uploader user interface:

  • The uploading files dialog is initially hidden.
  • The status pane is equipped with a progress bar indicating the upload progress.
  • The uploading files dialog can be shown by clicking the status pane.
  • The uploading files dialog contains the Hide button which makes this dialog invisible.

See Also

Reference

Manual