In Silverlight, there is the SaveFileDialog which allows you to save a file to the user's local machine. The dialog opens only allowing you to save the file. What I'm looking for is a way to open the file similar to the dialog you get when downloading a file through the browser.
Aside from round-tripping the file to a server, or having the server generate the file (neither of which I can do), are there any options to do this?
Thanks!