Question
Create a file in app and send as an email attachment
I am writing an app that involves storing data on the host phone. I would like for the user to be able to get the data off the phone and one of the ways I was investigating was creating a csv file and then sending it in an email.
Is it possible to do this from within actionscript mobile?