How to open local file from browser?

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

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

some document&l         


        
5条回答
  •  抹茶落季
    2020-12-12 04:38

    This might not be what you're trying to do, but someone out there may find it helpful:

    If you want to share a link (by email for example) to a network file you can do so like this:

    file:///Volumes/SomeNetworkFolder/Path/To/file.html

    This however also requires that the recipient connects to the network folder in finder --- in menu bar,

    Go > Connect to Server

    enter server address (e.g. file.yourdomain.com - "SomeNetworkFolder" will be inside this directory) and click Connect. Now the link above should work.

提交回复
热议问题