make a drop target in the document of HTA(HTML Application), which can recieve a dragged and dropped file (or a folder) from Windows Explorer
npm install hta-drop-target
`
$3
or if you are developping HTA apps in typescript, npm package is available.
`
npm install hta-drop-target
`
`
import HtaDropTarget from "hta-drop-target";
`
Usage:
sample code
sample.HTA
`
Drag any file to here
``