belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
239 stars 40 forks source link

This is NOT an issue - more a request #55

Open ph1lj-6321 opened 1 year ago

ph1lj-6321 commented 1 year ago

Firstly want to say - I really appreciate you efforts with tinyweb, I hope you can help - or point me in the right direction

I'm new to using tinyweb - I got my little Pico W webserver running, but want to add an image to the embedded html script (using the conventional 'scr img...' doesn't work.

The image is save to the Pico W in the /Image folder

I can open another html page using the technique you outlined in the server.py comments.

but I'm looking for away of doing it so it on my index page.

Hope thats clear

I have attached a pdf of my test script (apologies for the messy code & comments) tinyWeb_AP_5.py.pdf