Saving data from html on server

Hi there,

I’m actually working on a game that needs to save some data on the server.
As explained there : Save infos via html - Platform & Builds - Unreal Engine Forums I’ve got a problem in writing a file from a html game.
When saving a file using blueprints using windows deployment, it works fine, creates a file where I want etc.
But html games don’t have any local writing rights. Is there a way (ideally using blueprints) to save ingame data locally on the server ?

Thanks a lot !

Pop.

I’ve explored many ways, but I’m really stuck now…
I’ve not tested the html export of a dedicated server, is that concievable ?