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

前端 未结 4 878
南方客
南方客 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:32

    A html page cannot request images from the client host. It must be stored on the server, or in another remote location.

提交回复
热议问题