<!--A name (id) of the html form values of which will be automatically added to the request headers, post fields or to the query string. -->
<param name="Upload.HttpUpload.FormName" value="formId">
<!-- Array of the custom fields and values that will be added to the request separated by ;
Example:
filedName1=value1;FieldName2=value2 -->
<param name="Upload.HttpUpload.CustomPostFields" value="">
<!--It determines whether JavaPowUpload will add form (specified by the HttpUpload.FormName parameter) values to the request post fields. -->
<param name="Upload.HttpUpload.AddFormValuesToPostFields" value="true">
<!--It determines whether JavaPowUpload will add form (specified by the HttpUpload.FormName parameter) values to the request query string. -->
<param name="Upload.HttpUpload.AddFormValuesToQueryString" value="false">
<!--It determines whether JavaPowUpload will add form (specified by the HttpUpload.FormName parameter) values to the request headers. -->
<param name="Upload.HttpUpload.AddFormValuesToHeaders" value="false">