Work around for Html5 Local File Access

后端 未结 5 1551
情歌与酒
情歌与酒 2021-01-06 16:17

We are currently looking at porting a enterprise silverlight application over to html5. The major roadblock that we have hit is the ability to open files from the user\'s lo

5条回答
  •  温柔的废话
    2021-01-06 17:06

    It is possible to use chrome's filesystem API to access files on a users local filesytem. So you'd have to be willing to make this a chrome only application.

提交回复
热议问题