ESP32 Arduino HTTP server: serving file as attachment

Опубликовано: 24 Октябрь 2024
на канале: Techtutorialsx
5,441
55

This video explains how to serve a HTML file from the SPIFFS file system of the ESP32, as an attachment. This means that, instead of interpreting and rendering the file, the browser will download it and save it locally.

You can check a written tutorial on my blog, with the full source code:
https://techtutorialsx.com/2019/03/29...

Arduino IDE SPIFFS upload plugin:
https://github.com/me-no-dev/arduino-...

Video on how to use the SPIFFS plugin:
   • ESP32 Arduino SPIFFS: File upload IDE...  

Video on how to serve HTML from the file system:
   • ESP32 Arduino: Serve html from SPIFFS...  

ESP32 FireBeetle board:
https://www.dfrobot.com/product-1590....


Related Written tutorials at my blog:
ESP32 Serving a React.js app: https://techtutorialsx.com/2019/03/24...
ESP32 Serving jQuery: https://techtutorialsx.com/2018/09/11...
ESP32 Arduino: Controlling a DC motor remotely via HTTP: https://techtutorialsx.com/2019/03/31...

Plenty more tutorials at my blog:
https://techtutorialsx.com/category/e...

Also for the ESP8266:
https://techtutorialsx.com/category/e...