Default Theme

Default Theme

The default AjaxUploader appearance out of the box. No additional CSS or configuration needed. The built-in styles include a file input, progress bar, and queue display.

Standard Uploader
Drag & drop files here, or paste from clipboard
With Drop Zone
Drag & drop files here, or paste from clipboard
@@ Standard @@
<au:AjaxFileUpload ID="Uploader1" runat="server"
    ButtonText="Browse..."
    AutoUpload="true"
    ShowProgress="true" />

@@ Drop Zone @@
<au:AjaxFileUpload ID="Uploader2" runat="server"
    AllowMultiple="true"
    AutoUpload="true"
    ShowProgress="true"
    EnableDropZone="true" />