Switch that specifies whether original file should be uploaded or it is necessary to upload only resized copies.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadSourceFile As Boolean
public bool UploadSourceFile { get; set; }
A boolean value (true
or false
). If true
, the original source file is uploaded. Otherwise only thumbnails (with ThumbnailFitMode which is different than Off) are sent.
Default value is true
.