Does Flex have the capability to save to file whether on the local machine or on the server when it is invoked in a browser?
I have written an application that draws dynamically components and was able to generate an XML representation of what had the user drawn, but I want to save the XML into a file on the local machine or server if the application is invoked via the browser. I appreciate any kind of help.
