NeatUpload Documentation

IMultiRequestUploadModule.ArmoredCookiesQueryParam Property

The name of the query parameter that can contain "protected" cookies that the module should use if it needs to make HTTP requests while processing a request.

string ArmoredCookiesQueryParam {get;}

Property Value

The name of the query parameter that can contain "protected" cookies that the module should use if it needs to make HTTP requests while processing a request.

Remarks

This is needed because the process making the request might be different from the browser that displays the rest of the web application. For example, Flash always sends IE's cookies which means that the correct cookies are not sent for Firefox users. The value of the query parameter must be the value returned by GetArmoredCookies. For security reasons, the module must only use the cookies when processing requests to the UploadPath.

See Also

IMultiRequestUploadModule Interface | Brettle.Web.NeatUpload Namespace