Uploader.EnableCheckByClick Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the mode, which allows to select a file for upload by clicking on it, is enabled or not.

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

Syntax

C#
public bool EnableCheckByClick { get; set; }

Property Value

Type: System..Boolean

The value indicating whether the mode, which allows to select a file for upload by clicking on it, is enabled or not.

Default value is false.

Remarks

In this mode files cannot be opened by double-clicking.

See Also

Reference