119 demos . v5.1
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).
au:AjaxFileUpload
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).
Try-it-now overview
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.
Upload many files at once with progress tracking per file.
Drag files from the desktop directly onto the page to upload.
Split large files into smaller chunks for reliable transfer.
Show thumbnails before uploading images.
Paste images from the clipboard to upload instantly.
Validate file types, sizes, dimensions, and counts.
Try It Out
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.
<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" />