Client side file creation and download

前端 未结 5 996
南方客
南方客 2021-01-05 15:04

We are using fusioncharts and it has the ability using javascript on the client side to export csv data, we want to be able to take that data and create a file on the fly in

5条回答
  •  借酒劲吻你
    2021-01-05 15:10

    Try below code allow you to access client side file system but this works only in IE browser

    
        
        
        Get the size for the file "test.txt"
        

提交回复
热议问题