Save text file on client machine using javascript

前端 未结 4 1556
别跟我提以往
别跟我提以往 2020-12-21 22:23

I want to create text file on client machine and then want to write in that file. And while saving that file i want to ask user where he want to save file i.e. want to ask b

4条回答
  •  别那么骄傲
    2020-12-21 23:04

    You can do it through flash "proxy" that uses FileReference class and communicating with flash using ExternalInterface

提交回复
热议问题