Link to a file share through an anchor tag

后端 未结 4 1693
死守一世寂寞
死守一世寂寞 2020-12-11 02:31

How do I format an HTML anchor tag to link to a shared network folder?

I tried the following and it does not like it.



        
4条回答
  •  失恋的感觉
    2020-12-11 03:34

    I think it should formatted like this:

    file:///TheComputerNameOrIpAddress/FolderName/myFile.docx
    

    I'm not 100% sure that will work, but it's worth a shot. Good luck.

提交回复
热议问题