How to install KUpload+ in existing ASP. net application?
Here are step to run KUpload+ with existing ASP. Net application. 1) Install KUpload+ as mentioned above. 2) DimpleSoftwares.KFileUploadPlus.dll from bin directory to bin directory of your ASP.Net application. 3) Create “Uploads” folder in root directory & provide Write permission to ASPNET user for “Uploads” folder. This is default temporary directory you can change if you wish. 4) Make sure directory is created and Write permission is given, where you are going to save the uploaded files. 5) Merge web.config file with your web.config file. i.e. Copy following sections/elements into your web.config file. You can copy web.config file from the demo if you do not have any specific thing in web.config file.