Uploader.EnableDragAndDrop Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether internal drag-and-drop operations are supported.

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

Syntax

C#
public bool EnableDragAndDrop { get; set; }

Property Value

Type: System..Boolean

If true, a user can use drag-and-drop to:

  • add files from the folder pane to the upload pane in ThreePanes layout;
  • reorder files in the upload pane in both layouts.

Otherwise, only external drag-and-drop (from Windows Explorer, Finder, or other shell) operations are supported.

Default value is true.

See Also

Reference

Manual