The name of the query parameter that must be present for all but the final request, and which must contain the control UniqueID that the requests are to be associated with.
The name of the query parameter that must be present for all but the final request, and which must contain the control UniqueID that the requests are to be associated with.
For example, if ControlIDQueryParam is "NeatUpload_MultiRequestControlID", then if a request is received with a query string of "NeatUpload_MultiRequestControlID=123ABC", all files or other upload data in the request will be assocated with the control with UniqueID "123ABC". All requests except the final request must also specify the post-back ID in a separate query param whose name is given by the value of PostBackIDQueryParam. The final request must contain the postback ID in one of the following locations:
MultiRequestUploadModule Class | Brettle.Web.NeatUpload Namespace