PowUpload 1.3
IUploadHandle.FormFieldFound�Method�

Home page
Contact support

Function executed after new non-file Form Field found in request.

void�FormFieldFound(
���stringfieldName,
���stringfieldValue,
���PowUploadinfo
);

Parameters

fieldName
String represents the Name attribute of item at the Form.
fieldValue
String represents value of the Form field.
info
PowUpload class for this request.

See Also

IUploadHandle Interface | ElementIT.PowUpload Namespace