Allow users to select and upload multiple files at once. Set AllowMultiple="true"
to enable multi-file selection in the file dialog.
Drag & drop files here, or paste from clipboard
<au:AjaxFileUpload ID="Uploader1" runat="server"
AllowMultiple="true"
ButtonText="Select Multiple Files"
AutoUpload="true"
ShowProgress="true" />