The simplest possible AjaxUploader setup. One file at a time, auto-upload
on selection, progress bar. This is the default behavior when AllowMultiple is
not set or set to false. Everything else - chunked transport, drag-and-drop,
cloud upload, encryption, validation - is opt-in on top of this baseline.
Drag & drop files here, or paste from clipboard
<%@ Register Assembly="AjaxUploader" Namespace="AjaxUploader.Controls" TagPrefix="au" %>
<au:AjaxFileUpload ID="Uploader1" runat="server"
ButtonText="Select a File"
AutoUpload="true"
ShowProgress="true" />