NeatUpload Documentation

MultiRequestUploadModule Members

MultiRequestUploadModule overview

Public Static Properties

ArmoredCookiesQueryParam 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.
ControlIDQueryParam 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.
FileSizesFieldName The name of the field in the initial request that should contain the space-delimited list of file sizes for the files that will be uploaded in the coming requests.
IsEnabled Whether an IMultRequestUploadModule is installed and will handle requests to the same URL as the current request.
UploadPath The path (relative to the app root if starts with ~) to which all but the final request should be sent.

Public Static Methods

GetArmoredCookies Gets a protected string to use as the value of the ArmoredCookiesQueryParam when making the requests in a multi-request upload.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Constructors

MultiRequestUploadModule Constructor Initializes a new instance of the MultiRequestUploadModule class.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

MultiRequestUploadModule Class | Brettle.Web.NeatUpload Namespace