Search found 4 matches

by riktronics
Wed Sep 06, 2017 9:24 pm
Forum: ESP8266 boards
Topic: How to send image (.jpg, .gif etc) from esp8266 webserver
Replies: 8
Views: 12260

Re: How to send image (.jpg, .gif etc) from esp8266 webserver

That's great! Thanks for sharing.
by riktronics
Tue Sep 05, 2017 7:42 am
Forum: ESP8266 boards
Topic: How to send image (.jpg, .gif etc) from esp8266 webserver
Replies: 8
Views: 12260

Re: How to send image (.jpg, .gif etc) from esp8266 webserver

I have not uploaded the code to GitHub yet. I'm bit busy now for a rocket launch program. My email ID abhra0897@gmail.com. Please email me after 3-4 days and I'll send you the code/GitHub link.
by riktronics
Mon Sep 04, 2017 6:17 am
Forum: ESP8266 boards
Topic: How to send image (.jpg, .gif etc) from esp8266 webserver
Replies: 8
Views: 12260

Re: How to send image (.jpg, .gif etc) from esp8266 webserver

Yes, I solved it and made a great web server code that can even handle gzip compressed files. If you need it, ping me.
by riktronics
Sun May 21, 2017 11:44 am
Forum: ESP8266 boards
Topic: How to send image (.jpg, .gif etc) from esp8266 webserver
Replies: 8
Views: 12260

How to send image (.jpg, .gif etc) from esp8266 webserver

I am running MicroPython 1.8.7 in ESP12-F. Trying to add images in web pages that are hosted by the "ESP Micropython Server". I got a little bit success, but still, it's buggy. Whenever the socket connection is closed, image loads no more and inspect elements shows "net::ERR_CONNECTION_RESET" error....