UploadDropZoneDirective
Directive
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
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.