Write local file with jQuery or Javascript

后端 未结 4 1734
悲&欢浪女
悲&欢浪女 2020-12-21 00:31

I am creating a prototype that will be run in a web browser. I would like to store (and retrieve) various info submitted by a user during the use of the prototype. I know I

4条回答
  •  既然无缘
    2020-12-21 01:00

    If the limitations of using Internet Explorer and all those issues of trust (permission to write to a users file system using javascript is probably only ever going to be possible on an intranet) then you can use the Scripting.fileSystemObject as per this msdn page.

提交回复
热议问题