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.
What you should see: exactly what you get with no theming: a "Browse..." button, auto-upload, and the built-in progress bar. The baseline the other appearance demos start from.
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" />