This documentation is for the old version. Go to the latest Upload Suite docs

UploadSettings.UploadConverterOutputSeparately Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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

Syntax

Visual Basic
Public Property UploadConverterOutputSeparately As Boolean
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.

Remarks

Note

When Image Uploader sends converted files separately it does not take into account the FilesPerPackage value. However, if the ChunkSize is greater than 0, Image Uploader divides converted files, which size exceeds this value, into chunks and sends them separately.

See Also

Reference

Manual