Switch that specifies whether to send standard text POST fields during the upload process.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property SendDefaultFields As Boolean
public bool SendDefaultFields { get; set; }
A boolean value (true or false). If false, Image Uploader does not send standard text POST fields during the upload. Only source files and thumbnails are sent. Otherwise, it does.
Default value is true.