Removes POST field with specified name from the upload.

Syntax

JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").RemoveField(Name);
Parameters
Name
String value that specifies a name of the POST field to remove.

See Also

Examples
Uploading Additional Data with Files

Reference
AddField Method
AdditionalFormName Property