This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.SendDefaultFields Property

Switch that specifies whether to send standard text POST fields during the upload process.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property SendDefaultFields As Boolean
C#
public bool SendDefaultFields { get; set; }

Property Value

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.

Remarks

This property corresponds to SendDefaultFields client-side property.

See Also

Reference