An IUploadModule and IMultiRequestUploadModule that uses child requests to extract uploaded files and maintain upload state across a web garden/farm.
For a list of all members of this type, see UploadHttpModule Members.
System.Object
Brettle.Web.NeatUpload.UploadHttpModule
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
To use this module, add it to the httpModules section of your Web.config like this: <configuration><system.web><httpModules><add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" /></httpModules></system.web></configuration>
Namespace: Brettle.Web.NeatUpload
Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)