New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
kendoFileSelectDropZone |
|
The id of the drop zone to associate with an existing FileSelect component. | |
kendoUploadDropZone |
|
The id of the drop zone to associate with an existing Upload component. |