119 demos . v5.1

The full v5.1 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.1 strategy / cloud-source / encryption / offline matrix; the rest cover the timeless basics (validation, themes, drag-and-drop, queue, image handling, custom UI).

7 transport strategies 4 cloud sources Encryption-at-rest Offline queue Cross-tab tus 1.0 resume IndexedDB persistence 30 locales (RTL) Webcam / screen / audio

v5 Transports & Features New in 5.1

The 5.1 showcase. 7 transport strategies (incl. direct-to-GCS resumable), 4 cloud-source pickers (Drive / Dropbox / OneDrive / Box), AES-GCM client-side encryption-at-rest, cross-tab coordination, IndexedDB resume, inline image editor, parallel chunks with Web Worker hashing, webcam / screen / audio capture, and 30 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.1 - 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" />