Download trial . v5.1

Everything you need to evaluate AjaxUploader 5.1 locally.

Download the current AjaxUploader 5.1.0 Web Forms release package directly from this site. Includes the DLL, 119 working demo pages, signer reference projects (S3, Azure, GCS), and the full deployment doc set.

New in 5.1 GCS strategy Drive / Dropbox / OneDrive / Box AES-GCM encryption Offline queue 30 locales

What is included

Trial package contents

  • 119 ASP.NET Web Forms demo pages - including the full v5.1 showcase (cloud sources, GCS, encryption, cross-tab, offline)
  • AjaxUploader.dll v5.1.0 and the sample-site binaries
  • Reference signer projects for S3, Azure Blob, and Google Cloud Storage (IS3Signer / IAzureSigner / IGcsSigner)
  • Setup and deployment docs in /docs (Quick Start, License, Deployment Checklist)
  • Service worker assets for offline-mode queueing
  • 30-locale resource bundle (incl. RTL Arabic, Hebrew, Persian)
  • Temp upload folder scaffolding in App_Data\UploaderTemp
Current file: AjaxUploader-5.1.0-download-package.zip . SHA-checked release build. Coming from 4.x? See the upgrade page.

Licensing

Localhost is friction-free

The bundled license note says you do not need a license file for `localhost`, `127.0.0.1`, or `::1`. For staging or production, place `ajaxuploader5.lic` in the application root, `bin`, `licenses`, or `App_Data`.

Need the full license instructions? Open `docs/02-License-Installation.txt`.

Deployment note

Before you move beyond local testing

Make sure the handler entry exists, `maxRequestLength` and `maxAllowedContentLength` fit your file sizes, and the temp upload folder is writable by the application pool identity.

ASP.NET Core?

Use CoreUpload for Core projects

The local AjaxUploader quick-start notes explicitly redirect ASP.NET Core applications to CoreUpload instead of the Web Forms control.

Open CoreUpload