The following guide shows how to install an Ajax Uploader license file. If you haven't downloaded the software, please download it from here.

Option 1. Copy AjaxUploader.lic to bin folder

You can simply copy AjaxUploader.lic to the web application's "bin" folder which uses the Ajax Uploader.

Option 2. Add an entry to Web.config

<configuration>  
    <appSettings>  
        <add key="AjaxUploaderLicense" value="/somefolder/AjaxUploader.lic" />  
    </appSettings>       
    ....   
</configuration>  

Option 3. Copy AjaxUploader.lic to "licenses" folder

You can simply copy AjaxUploader.lic to the web application's "licenses" folder which uses the Ajax Uploader.


Send feedback about this topic to CuteSoft. © 2003 - 2017 CuteSoft Components Inc. All rights reserved.