Switch that specifies whether to uncheck files (in the TwoPanes layout) or remove them from the upload list (in the OnePane or ThreePanes layout) after they are successfully uploaded.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UncheckUploadedFiles As Boolean
public bool UncheckUploadedFiles { get; set; }
A boolean value (true
or false
). If true
, files are automatically removed from upload list when upload completes. Otherwise the upload list is not cleared after upload.
Default value is true
.