Basic Drop Zone

Basic Drop Zone

A simple drag-and-drop zone using the EnableDropZone property. Drop files onto the area to begin uploading.

Drag & drop files here, or paste from clipboard
<au:AjaxFileUpload ID="Uploader1" runat="server"
    AllowMultiple="true"
    ButtonText="Drop files here or click to browse"
    ShowProgress="true"
    EnableDropZone="true" />