How can i achieve data persistency between sessions?
-
wrote on 1 Mar 2022, 18:41 last edited by
Hi, i am trying to make a simple calendar app in webassembly, and i have a problem with saving the data about calendar events. I know i can upload and download files through QFileDialog, but i would like to keep the data on the server, rather than locally (and preferably without a dialogue window). Can you please tell me how can i achieve this?
1/1