Hi using html5 exported app: do you know if there is a way to access |D| folder to save files contained there from a browser? Something like: press a button in the app > open save file dialog in browser
nope I don't think it's possible, I asked the forum in the past but the answer was something like the data are stored in the web browser database and we cannot read from it Let me try to find the post! https://forum.gideros.rocks/discussion/7801/saved-image-in-html5 I don't know if this applies to your case
Comments
Let me try to find the post!https://forum.gideros.rocks/discussion/7801/saved-image-in-html5
I don't know if this applies to your case
http://forum.giderosmobile.com/discussion/comment/64177/#Comment_64177
where it appears we can read those (and I'd say I can save and load stuff from |D| in my html5 export)
To open a save dialog inside a browser:
application:openURL with download parameter (see https://www.w3schools.com/tags/att_a_download.asp) might suffice, but I still need
- to give it a valid path ("|D|myfile" is not something openUrl likes) and
- some way to append the download parameter.
the question is still open maybe it's something we still can't do.
Likes: MoKaLux
Likes: MoKaLux, pie