Number of files which should be sent with a single request.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property FilesPerOnePackageCount As Integer
public int FilesPerOnePackageCount { get; set; }
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).