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

ImageUploader.RemoveField Method

Supported in: ActiveX , Java

Removes POST field with specified name from the upload.

Syntax

JavaScript
getImageUploader("ImageUploaderID").RemoveField(Name);

Parameters

Name
String value that specifies a name of the POST field to remove.

Remarks

The parameter can use the following placeholders:

[ItemIndex]

Current index of the file. It can be used as follows:

RemoveField("Width_[ItemIndex]");
[ThumbnailIndex]

Current index of the thumbnail. It can be used as follows:

RemoveField("Thumbnail[ThumbnailIndex]Width_[ItemIndex]");

See Also

Manual

Reference