Gets or sets a value indicating whether to send each converted file in a separate request.
public function getUploadConverterOutputSeparately() { } public function setUploadConverterOutputSeparately($value) { }
Type: boolean
If true
, each converted file is uploaded in a separate POST request.
Default value is false.
When ActiveX/Java Uploader sends converted files separately it does not take into account the FilesPerPackage value.
However, if the ChunkSize is greater than 0
, ActiveX/Java Uploader divides converted files, which size exceeds this value,
into chunks and sends them separately.