How to open local file from browser?

后端 未结 5 804
走了就别回头了
走了就别回头了 2020-12-12 03:56

I\'m using the following when trying to open a local file:

some document&l         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 04:46

    You can only open some types of files in browsers, like html css js and mp4, otherwise the browser will want to download it. Also remember that browsers replace spaces with %20. I recommend right clicking the file and opening it with chrome then copy that link and using it.

    You can open files that are local as long as it is a file that is on the file that is trying to open another file is local.

提交回复
热议问题