I found out how to implement drag and drop file functionality in Godot. But the method requires getting the file path, and then accessing it through file system. I believe it's not possible with internet browsers. Are there any alternatives to that? The regular pages definitely can do it (e.g., YouTube, Google Drive).
Thanks in advance
P.S.: Maybe it's possible to create custom html shell with needed functionality and communicate with JavaScript... anyways, just a quick thought
P.S.: P.S.: Or maybe custom module....