BaseUploadControl.MediumTrustCompatibility Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a value indicating whether HTML5/Flash Uploader supports medium trust level in ASP.NET.

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

Syntax

C#
public bool MediumTrustCompatibility { get; set; }

Property Value

Type: System..Boolean

If true, HTML5/Flash Uploader supports medium trust level in ASP.NET.

Default value is false.

Remarks

You should set this property to true only if your application's pool is routed to a single worker process, i.e. IIS Maximum Worker Processes property should be set to 1 (for more information see the Configuring ASP.NET topic).

See Also

Reference

Manual