adds uploader drop zone to any HTML element of the page
element | HTMLElement | HTML element |
$$("uploadAPI").addDropZone($$("mylist").$view);
By default, you can drop files over the upload button.
This method allows defining any area as uploader drop zone while the uploader itself is set to apiOnly.