ImageUploaderFlash.EnableDragAndDrop Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether the uploader accepts files through drag-and-drop operation.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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 Windows Explorer/Finder/other shell (if a browser supports it), otherwise this feature is disabled.

Default value is true.

See Also

Reference