-->
Page 1 of 1

Download text file from littlefs from webbrowser

PostPosted: Sun Dec 18, 2022 11:45 am
by mutthunaveen
Dear forum
I've been searching for a piece of code that does the following work
1. Esp8266 reads some io pin data and stores periodically in a xxxx.txt file (little fs)
2. I should be able to connect to internet (which I can manage)
3. List down the xxxx.txt file in web browser and if i click download i should be able to download the text file.

Could you please suggest which to follow
Thank you in advance

Re: Download text file from littlefs from webbrowser

PostPosted: Sun Dec 18, 2022 1:22 pm
by mgsecord62
Did you look at File->Examples->ESP8266WebServer->FSBrowser? This should help with task number 3.