Demo library . v5.2

The full v5.2 demo library, one click away.

Every demo is a real au:AjaxFileUpload control on a real Web Forms page - no sandbox iframes, no mock data. The v5 Transports & Features group at the top covers the 5.2 Companion broker / cloud-source / headless-hook / image-editor matrix; the rest cover the timeless basics (validation, themes, drag-and-drop, queue, image handling, custom UI).

Companion broker 6 cloud sources Headless hooks Smart-crop editor AVIF / WebP 7 transport strategies tus 1.0 resume 28 locales (RTL) Webcam / screen / audio

v5 Transports & Features New in 5.2

The 5.2 showcase. The self-hosted Companion broker (server-side OAuth, proxy and server-to-destination modes), 6 cloud sources (Drive / Dropbox / OneDrive / Box / Unsplash / Companion), headless hooks for React / Vue / Svelte / Angular, a content-aware image editor (smart-crop, overlays, filters, AVIF/WebP), 7 transport strategies (incl. direct-to-GCS resumable), AES-GCM client-side encryption-at-rest, cross-tab coordination, IndexedDB resume, webcam / screen / audio capture, and 28 built-in locales (incl. RTL Arabic, Hebrew, Persian).

Getting Started

Basic Upload

Validation

Appearance

Progress

Drag and Drop

Chunked Upload

Queue

Events

Image Handling

Custom UI

Integration

Security

Advanced

Clipboard

Try-it-now overview

AjaxUploader 5.2 - a feature-rich upload control for ASP.NET Web Forms.

Multiple files, drag & drop, chunked uploads, direct-to-cloud (S3 / Azure / GCS), encryption-at-rest, offline queueing, image annotation, clipboard paste, virus-scan hook, and deep UI customization - from one server control. Try it below.

Multiple Files

Upload many files at once with progress tracking per file.

Drag & Drop

Drag files from the desktop directly onto the page to upload.

Chunked Upload

Split large files into smaller chunks for reliable transfer.

Image Preview

Show thumbnails before uploading images.

Clipboard Paste

Paste images from the clipboard to upload instantly.

Validation

Validate file types, sizes, dimensions, and counts.

Try It Out

Live uploader preview

This is a real AjaxUploader control rendered directly on the overview page so the demo feels like the CoreUpload overview layout, but for Web Forms.

Open full demo page
Drag & drop files here, or paste from clipboard
<au:AjaxFileUpload ID="OverviewUploader" runat="server"
 AllowMultiple="true"
 AllowedExtensions=".jpg,.png,.gif,.pdf,.doc,.docx,.zip"
 MaxFileSize="10MB"
 AutoUpload="true"
 ShowProgress="true"
 EnableDropZone="true"
 ShowThumbnails="true" />