We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use the DropArea element to drag and drop files and process them.
HTML model:
<div class="Box DropArea" data-dropname="DA1"> Box body </div>
JS:
facefull.DropAreas["DA1"].onFilesCaptured = function(files) { // files is a JS FileList console.log("Files dropped and captured", files); }
There was an error while loading. Please reload this page.