HTML5 save file from file dialog path

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By exuin

How do I do this? The file dialog just opens this folder that isn’t anywhere I’ve seen before (/home/web_user).

:bust_in_silhouette: Reply From: exuin

As it turns out, there’s no way to for Godot to open up the user’s file system in HTML5 yet. I found a plugin that has a workaround, though, that just downloads the image file with a given name, though.