Open a direct file on the hard drive from firefox (file:///)

前端 未结 6 2134
难免孤独
难免孤独 2020-11-29 12:43

I have a small php system i created for myself. This system contains a few .doc and .docx file documents. I want to be able to open them directly from the browser and not do

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 13:06

    I used symlink for windows added that file to my resources folder by creating symlink. How to create symlink shown here for windows http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html

    That worked for me while same problem. Cheers!

提交回复
热议问题