I create an Excel server table and upload it to the client through the Silverlight interface. It is launched by the user by pressing a button and presenting SaveFileDialog. When the user enters a file name, Silverlight starts an asynchronous call to the web service and, upon completion, returns an array of bytes, which is written to where the user asked to save it. It all works great.
How can I automatically open this file on a client PC?
source
share