angular stream content to user file system

会有一股神秘感。 提交于 2020-05-16 02:33:07

问题


We have an angular application on client side. I want to offload my report file preparation from server to client. We create CSV file on server which can be around 300MB and give link for download from client browser.

Now I want to receive these data from server into my angular application some 5K rows at a time and keep writing the content in stream fashion into client file system. The angular application should not holddata and write one shot.

来源:https://stackoverflow.com/questions/61453447/angular-stream-content-to-user-file-system

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!