New to Kendo UI for AngularStart a free 30-day trial

Represents the Kendo UI UploadDropZone directive for Angular. Use this directive to create external drop zones for Upload and FileSelect components.

Definition

Package:@progress/kendo-angular-upload

Selector:[kendoUploadDropZone], [kendoFileSelectDropZone]

Syntax:

html
<div kendoUploadDropZone="upload1">Drop files here</div>
<kendo-upload [saveUrl]="uploadSaveUrl" zoneId="upload1"></kendo-upload>

Inputs

The id of the drop zone to associate with an existing FileSelect component.

The id of the drop zone to associate with an existing Upload component.