I have a problem. I want to save a XAML state into a file, or something like this. I developed a Silverlight version of PowerPoint, and now i want to save my presentation, but i don’t know how…i’m using Silverlight 3 beta(if helps)…
I would like to allow users to upload their photos, music and video file somewhere…..where and how can i do this?
Thanks,
Andrei.
I solved the problem by saving data in XML files. When i want to recreate the state of the app i set all the parameters from my XML file.