Web application access user's file system

前端 未结 4 1630
时光说笑
时光说笑 2020-12-03 18:18

I am creating a web application for my client. The application will be installed on a dedicated server within corporate network. He wants to see the list of his local files

4条回答
  •  一整个雨季
    2020-12-03 19:04

    Mozilla. File System API Restrictions

    Because the file system is sandboxed, a web app cannot access another app's files. You also cannot read or write files to an arbitrary folder (for example, My Pictures and My Documents) on the user's hard drive.

提交回复
热议问题