-->
Page 1 of 1

Save HTML formular data in Spiffs

PostPosted: Sat Feb 25, 2017 3:39 pm
by SebCz
I have an asynchron webserver running on my ESP and have some websites (html files) in Spiffs. Now I would like to insert some html formular into these websites and save the information in some XML files into the Spiffs.
Is it possible to do this? What is the best way to do this?

Best regards,
Sebastian

Re: Save HTML formular data in Spiffs

PostPosted: Sun Feb 26, 2017 10:00 am
by mrburnette
You may wish to review my AJAX and Websockets examples here:

https://www.hackster.io/rayburne

Ray