Multiple file uploads Drag and drop MIME validation

Getting Started

Basic Upload

Validation

Appearance

Progress

Drag and Drop

Chunked Upload

Queue

Events

Image Handling

Custom UI

Integration

Security

Advanced

Clipboard

Overview

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

It supports multiple files, drag and drop, chunked uploads, image handling, clipboard paste, and deep UI customization. Here is a quick taste of what it can do.

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" />