Documentation
The integrated docs combine the public product story with the local demo package notes for setup, licensing, request limits, and deployment checks.
API docs
Open the generated AjaxUploader 5.0 API and compatibility reference with controls, events, providers, and migration guides.
Upgrade
Review the v5 upgrade baseline, compatibility notes, and the main validation checklist for 4.x projects.
Local docs
Open the text guide copied from the local demo package and follow the seven-step setup flow.
See where `ajaxuploader5.lic` can live and how to troubleshoot reminder banners outside localhost.
Review handler registration, temp storage, request limits, permissions, and smoke-test steps.
Guide
Read the generated Web Forms setup guide alongside the API reference and migration notes.
Quick start summary
Web.config example
<pages> <controls> <add assembly="AjaxUploader" namespace="AjaxUploader.Controls" tagPrefix="au" /> </controls> </pages> <handlers> <add name="AjaxUploader" path="ajaxupload.axd" verb="*" type="AjaxUploader.AjaxUploaderHandler, AjaxUploader" preCondition="integratedMode" /> </handlers>