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

UploadDropZoneDirective

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

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

Selector

[kendoUploadDropZone], [kendoFileSelectDropZone]

Inputs

NameTypeDefaultDescription

kendoFileSelectDropZone

string

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

kendoUploadDropZone

string

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

In this article
SelectorInputs
Not finding the help you need?
Contact Support