File Upload for ASP.NET
File Upload

Ajax Uploader

Advanced ASP.NET upload component
Buy Now

Home | Demo | Forums | Requirements | Document | Deployment | Features | FAQ | Support | Corporate | Order

Deployment

There are two simple steps to install Ajax Uploader in your application:

  1. Install the assembly

    Copy the CuteWebUI.AjaxUploader.dll assembly to your application bin folder.

  2. Add AjaxUploader httpModule to web.config's httpModules list

    To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application.

    The following example shows a typical httpModules element with the Ajax Uploader HttpModule reference. Add this section to the Web.config as a child of the <system.web> element.

    <httpModules>
      <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
    </httpModules>

.NET Framework

.NET Framework
Compatible with .NET Framework 1.1, 2.0, 3.0, 3.5.