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

ImageUploader.PostFormat Property

POST request format used by Image Uploader to upload files.

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

Syntax

Visual Basic
Public Property PostFormat As PostFormat
C#
public PostFormat PostFormat { get; set; }

Property Value

The PostFormat enumeration member that specifies POST format.

Default value is Common.

Remarks

This property corresponds to PostFormat client-side property.

See Also

Reference