Web Component: j-DropFiles


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-DropFiles

  • singleton
  • captures all dropped files into the window
  • must be located under <body> element due to positioning

Configuration:

  • exec {String} a link to the function(files, e)
  • NEW: check {String} optional, a link to the function(e) that must return true (allows drag&drop) or false (disallow)

Author