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

ImageUploader.FilesPerOnePackageCount Property

Number of files which should be sent with a single request.

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

Syntax

Visual Basic
Public Property FilesPerOnePackageCount As Integer
C#
public int FilesPerOnePackageCount { get; set; }

Property Value

An integer value that specifies the number of files that will be sent in a single upload session. If more files are selected, they are submitted in separate requests. When this value is -1, all the files are uploaded in one request.

Default value is -1 (all the files are uploaded in one request).

Remarks

This property corresponds to FilesPerOnePackageCount client-side property.

See Also

Reference