Aurigma Image Uploader 6.5 Dual
ImageUploader..::.UploadSourceFile Property
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)
Syntax
Visual Basic
Public Property UploadSourceFile As Boolean
C#
public bool UploadSourceFile { get; set; }
Property Value
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.
Remarks
This property corresponds to UploadSourceFile client-side property.