Thanks a lot :D Its a great video :D !!! I have two questions about this method to serve a image... 1) This method ... could it be used to serve all kind of images? GIF for example ? or SVG ? 2) Could you use this method to serve an Web page (HTML,CSS,JavaScript) that uses Images stored with the SPIFFS ? How can we use that image stored with SPIFFS to place within our HTML file ? Thanks for your video :D Thank you
how do we convert images to base64 in the code? I want to capture an image with an esp32 cam and convert it to bitmap or base64 etc... to be able to show the image using this method on the website.
Hi! Thanks for the suggestion :) I have already done a couple of tutorials on the FAT file system, although I haven't yet done any comparison between both in terms of performance. Nonetheless, I haven't yet found any simple to use method to upload files to the FAT file system, such as the plugin we have for SPIFFS. This is why I'm still using SPIFFS for these HTTP web server tutorials. I haven't investigated much about comparisons between the two, but I would say that SPIFFS and FAT are two alternatives.
One issue I am facing with the SPIFFS is that when I upload the application bin file through the esptool then the file is corrupted. Why this happen?
Is there any way to contact you in case I can't technical troubleshooting some problems?
Is there any way to add an image to a html code on ESPAsyncWebServer?
Thanks a lot :D
Its a great video :D !!!
I have two questions about this method to serve a image...
1) This method ... could it be used to serve all kind of images? GIF for example ? or SVG ?
2) Could you use this method to serve an Web page (HTML,CSS,JavaScript) that uses Images stored with the SPIFFS ? How can we use that image stored with SPIFFS to place within our HTML file ?
Thanks for your video :D
Thank you
how do we convert images to base64 in the code? I want to capture an image with an esp32 cam and convert it to bitmap or base64 etc... to be able to show the image using this method on the website.
bob dylan do you findout the solution...?, i'm looking into same problem
Olá, Can you do this with esp8266?
guys, on my arduino there is no option "ESP32 Sketch data upload", what can I do?
You have to install the SPIFFS plugin
SPIFFS is outdated, try FatFS. It's a LOT faster than SPIFFS.
Hi! Thanks for the suggestion :) I have already done a couple of tutorials on the FAT file system, although I haven't yet done any comparison between both in terms of performance.
Nonetheless, I haven't yet found any simple to use method to upload files to the FAT file system, such as the plugin we have for SPIFFS. This is why I'm still using SPIFFS for these HTTP web server tutorials.
I haven't investigated much about comparisons between the two, but I would say that SPIFFS and FAT are two alternatives.
@@techtutorialsx11 Great, I am gonna check them out !