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)
public bool EnableRequestValidation { get; set; }
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.