How to give src to the

前端 未结 8 1584
抹茶落季
抹茶落季 2020-12-09 21:11

I want to display an image on a web page using HTML tag.

I have stored the image on my local drive.

How to achieve this?

Th

8条回答
  •  既然无缘
    2020-12-09 21:42

    What you are trying to accomplish is a security feature present in all modern browsers.

    You could do that only if you run the html file stored locally - it will not work once you deploy it to a web server.

    If you really MUST do that, you could build a browser extension - Firefox extensions and IE extensions can access local resources. Chrome is much more restrictive however.

提交回复
热议问题