I have a webpage that polls the server for updated data and then shows it. Is there a way that in the browser to have an option of saving that data to file? For example, if I read the temperature outside and update the webpage with time and temperature I would then like to be able to click a button and save the time and temperature to a text file until the user clicks a stop button.
Thanks