Using HTML5/JavaScript to generate and save a file

后端 未结 17 2031
有刺的猬
有刺的猬 2020-11-21 07:30

I\'ve been fiddling with WebGL lately, and have gotten a Collada reader working. Problem is it\'s pretty slow (Collada is a very verbose format), so I\'m going to start conv

17条回答
  •  孤城傲影
    2020-11-21 07:42

    Take a look at Doug Neiner's Downloadify which is a Flash based JavaScript interface to do this.

    Downloadify is a tiny JavaScript + Flash library that enables the generation and saving of files on the fly, in the browser, without server interaction.

提交回复
热议问题