How can I display an image from the local machine on a webpage

前端 未结 4 879
南方客
南方客 2020-12-03 19:03

Here\'s the scenario: I have two machines on a LAN network. One of them is acting as a web server. When the second, client machine browser (Firefox) makes a request from the

4条回答
  •  一个人的身影
    2020-12-03 19:38

    If you are using Arduino you can:

    1. Use embedded css and images. In result you will got whole page by one browser call

    2. Add additional logic to process browser requests for getting css and jpg files from SD card filesystem of Arduino

提交回复
热议问题