UploadSettings.EnableHeadRequest Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether to send a HEAD request before the POST one to check if authentication is needed or not.

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

Syntax

C#
public bool EnableHeadRequest { get; set; }

Property Value

Type: System..Boolean

If true, a HEAD request is sent before the POST one. Otherwise, a HEAD request is not sent.

Default value is true.

See Also

Reference