AjaxUploader 5.3.9 Download Package
======================================

Contents
- DemoApp\ : standalone demo project
- docs\ : quick-start, licensing, and deployment notes
- files\ : deployment/runtime files to ship with your app
- reference\ : offline class reference and client-side reference assets

RUN THE DEMOS - no build required
  1. Unzip.
  2. Double-click Run-Demos.cmd.  It starts IIS Express and opens
     http://localhost:8080/ for you. (Ctrl+C in that window stops it.)

  Prefer to do it yourself? Any of these work just as well:
    - "C:\Program Files\IIS Express\iisexpress.exe" /path:<unzipped>\DemoApp /port:8080
    - Visual Studio: File > Open > Web Site... > DemoApp, then F5.
    - Point a real IIS site at the DemoApp folder.

  Either way you land on 130+ demos, plus Demos\LegacyV4 for the 4.0 sample
  pages running unmodified on 5.x.
  DemoApp\bin already contains AjaxUploader.dll, the CuteWebUI 4.x compatibility
  shim and the license, so nothing needs compiling first. Uploads land in
  DemoApp\App_Data\UploaderTemp; the account running the site needs write access
  there (IIS Express running as you already has it).

ADD IT TO YOUR OWN APP
  Copy files\AjaxUploader.dll (and files\legacy\CuteWebUI.AjaxUploader.dll if you
  keep 4.x markup) into your bin, then follow docs\01-Quick-Start.txt. The embedded
  client runtime comes from the obfuscated AjaxUploader build.
