I have exactly the same problem as in this *unanswered* thread. http://www.mail-archive.com/use-livecode@lists.runrev.com/msg43416.html
My device is running Android 4.1.1 and I've tried LiveCode 6.1.1 and 6.5 DP1. The attachment shows up in the email client, but fails to include attachment during send. *Here's my script:* *put* mergStoragePath("downloads") into tPath *-- mergAndroid* *set* the defaultFolder to specialFolderPath("External Documents") & tPath *put* specialFolderPath("External Documents") & tPath & "/Prova.txt" into LocalFile *put* URL ("binfile:" & tLocalFile) into mydata *-- read local file* *put* mydata into tAttachment["data"] *put* "text/plain" into tAttachment["type"] *put* "Prova.txt" into tAttachment["name"] mobileComposeMail "Test E-mail", "myaddr...@company.com",,, "Sent from Android.", tAttachment ~Roger _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode