AspnetUpload 2.2 Class Library

UploadModule.Init Method 

Initializes the AspnetUpload module and prepares it to handle requests.

public void Init(
   HttpApplication application
);

Parameters

application
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application

Implements

IHttpModule.Init

Remarks

Use Init to register event handling methods with specific events.

See Also

UploadModule Class | Bestcomy.Web.Controls.Upload Namespace