I have user information presented in the UI, where the use can download it as a file.When the user clicks on download, i want to write the information that's present in the client side to a file and make it downloadable.So all the download features should be tight to client, without any server intervention.I came across this post,
1) How can a user download a file in client side (Google Web Toolkit)
But didn't help much.
Thanks.