You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divid="main">
drop file to here
</div><script>varmain=document.getElementById('main');main.ondragover=function(){returnfalse;};main.ondragleave=main.ondragend=function(){returnfalse;};main.ondrop=function(e){e.preventDefault();varfile=e.dataTransfer.files[0];console.log('filePath:',file.path);returnfalse;};</script>
The text was updated successfully, but these errors were encountered:
mitheme
changed the title
Can you support access to drag file path, it very useful
Can you support access to get drag file path, it very useful
Mar 30, 2022
like electron
The text was updated successfully, but these errors were encountered: