UploadSettings.UploadConverterOutputSeparately Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether to send each converted file in a separate request.

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

Syntax

C#
public bool UploadConverterOutputSeparately { get; set; }

Property Value

Type: System..Boolean

If true, each converted file is uploaded in a separate POST request.

Default value is false.

See Also

Reference