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