I am creating an iPad only application using AS3 / Air and it is basically a form that captures user data at an exhibition.
I am saving the form data to a csv file in the File.applicationStorageDirectory
I would like to get this csv file at the end of each day and email it to the client.
Any ideas how I can retrieve this file?
Thanks