Stefan Mutschler Messages: 17 Registered: June 2012 Location: Baden-Baden, Germany
Junior Member
Can someone please give me a short sample how to download a server generated file in a client independant way? The scenario is to create a file (txt, pdf, whatever) on the server side and to save it to the server file system. Afterwards I would like to offer the user e.g. a button or linkbutton to request the generated file and save it to the local file system of the client machine.
I found the forum message on using the RemoteFileService which is working perfectly to read the content of the file and display it in the client window. But are there also methods that I can use to save the file on the client side independant from the client implementation I am working with?