简体   繁体   中英

Not allowed to load local resource Microsoft Edge

So I am trying to load a video from my files and play it on my html window. But when I load the site, the video does not play and the console tells me that I am not allowed to load a local resource. Here is my current html code to play the video:

<video controls>
    <source src="C:/users/zacle/Documents/VideoPlayer/uploads/SpideyZac.mp4">
</video>

Can anyone help me get rid of this error and actually play my video.

Running you project from http means having a http server and running your project via http://localhost .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM