How can a user download a file in client side (Google Web Toolkit)

前端 未结 4 1886
执笔经年
执笔经年 2020-11-30 12:58

I\'m using GWT(Google Web Toolkit) to make a website. I need to show a table to the user, and let the user download the contents of the table.

On the client side, h

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 13:37

    You can try ClientIO to read and write files on the client with GWT

    http://www.emitrom.com/blog/client-io

提交回复
热议问题