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

ImageUploader.AdditionalFormName Property

Name of the HTML form with additional information which should be sent to the server along with files.

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

Syntax

Visual Basic
Public Property AdditionalFormName As String
C#
public string AdditionalFormName { get; set; }

Property Value

A string value containing a name for the form you need to submit along with files. If this value is an empty string or an invalid form name (which does not exist on this page), no additional data is sent.

Default value is "".

Remarks

This property corresponds to AdditionalFormName client-side property.

See Also

Reference