An app exported with NW.js.
I have 10 lists , every list has a lot of products inside and user can add more,
anw, each list has its own array , when i save the progress all the arrays are save using local storage.
Now what im trying to reach here is to can save the local storage file to a server so if someone delete the files to can get it back , but i can not find the local storage files anywhere at C/users/nameOfuser/appData/nameOfproject.
If i can do this inside construct 2 sounds better.