PowUpload 1.3 control documentation

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

void FormFieldFound(
   string fieldName,
   string fieldValue,
   PowUpload info
);

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