Dec 27, 2022
yes - you can, just add some validation in e.dataTransfer.files, so that it can only accept one file and send only one file using `files[0]`, something like this.
yes - you can, just add some validation in e.dataTransfer.files, so that it can only accept one file and send only one file using `files[0]`, something like this.