khoih-prog / ESP_WiFiManager

This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson
MIT License
371 stars 97 forks source link

Image in Server #43

Closed rodrigopachecoribas closed 3 years ago

rodrigopachecoribas commented 3 years ago

Good morning,

Very good this wifiManager. Is possible out one image.jpg in wifimanager? How can i send a image to WebServer?

Thank You, Rodrigo Ribas

khoih-prog commented 3 years ago

Hi Rodrigo,

This is a ESP_WiFiManager Library is just a WiFiManager providing you a Configuration Portal so that you can modify your parameters on-the-fly, without hard-coding in the sketch.

To send image to WebServer, you need to use other libraries or even features already provided in ESP32/ESP8266.

I suggest you to do some search/research on the Internet to know how to do that.

Good Luck,