| File Upload for ASP.NET | |||
|
Ajax UploaderAdvanced ASP.NET upload component
|
|
|
DeploymentThere are two simple steps to install Ajax Uploader in your application: 1. Install the assemblyCopy the CuteWebUI.AjaxUploader.dll assembly to your application bin folder. 2. Add AjaxUploader httpModule to web.config's httpModules listTo allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode
<configuration>
IIS 7.0 Integrated mode
<configuration>
|