Aurigma Image Uploader 6.5 Dual
ImageUploader.RemoveField Method
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]");