I want to generate a CSV file as the result of some user interactions and then prompt the user to download it. How can I do that?
I don\'t think it\'s possible in st
Chrome doesn't provide any help with this, but I think you should be able to trigger a file save dialog using downloadify js library which uses a flash component behind the scenes.