Are there any Javascript solutions that allow you to port HTML5 to multiple targets on a web page?
Example
Five different folders on a web page, and the user can simply drag and drop files and a folder into the destination folder to upload it to this folder.
So far I have been getting drag and drop done for a single target. But I would like something that works with several goals on the page. There are also queue parameters, so not all files are downloaded immediately, which can slow down the server.
The solutions I am considering are:
source share