----- Original Message ----- 
From: "yaagoub.nujaidi" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, September 20, 2007 9:14 PM
Subject: [flexcomponents] Saving to File


> 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?

You can't save to a named file but you can store data in a local
SharedObject (basically like a cookie, but stores typed data).  This can
give you the ability to save data and then reload it later in Flex, but the
user can't really access it and you can't load it in anything else.

> 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.

You can send data to a server side script using HTTPRequest or RemoteObject
(depending on the server) and the server script can save the file.

HTH,

Sam


-------------------------------------------
We're Hiring! Seeking a passionate developer to join our team building Flex
based products. Position is in the Washington D.C. metro area. If interested
contact [EMAIL PROTECTED]
 

Reply via email to