Drop images to preview thumbnails

Queue is empty.

Important JavaScript

zone.on("removedfile", function (file) {
  status.textContent = "Removed: " + file.name;
});
zone.removeAllFiles(true);