NeatUpload Documentation

MultiRequestUploadModule.ControlIDQueryParam Property

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.

public static string ControlIDQueryParam {get;}

Property Value

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.

Remarks

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:

See Also

MultiRequestUploadModule Class | Brettle.Web.NeatUpload Namespace