BaseUploadControl.EnableRequestValidation Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a value specifying whether the upload request handling code should silently ignore POST requests which are not sent by the uploader.

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

Syntax

C#
public bool EnableRequestValidation { get; set; }

Property Value

Type: System..Boolean

If true (default) and the POST request is not sent by the uploader (i.e. does not contain certain variables), the exception is thrown. If false, it just silently ignores such requests.

Default value is true.

See Also

Reference