linkDropArea()
links an extra area for dropping files for upload to Uploader
linkDropArea(el: HTMLElement | string): void;
Parameters:
el: HTMLElement | string
- the drop area or its ID
Example
<div id="drophere">DROP HERE</div>
vault.uploader.linkDropArea('drophere');