I'm trying to send a picture as an attachment from my Android tablet (Galaxy Tab 2). On iOS I used the code
Code: Select all
put the text of image "DataEntry" into tAttachment["data"]
put "image/png" into tAttachment["type"]
put (the date&the time) into tAttachment["name"]
mobileComposeMail "Gainseeker Collect Data Entry Picture",the cEmailAddress of me,,,"Picture taken by user EXAMPLE using Gainseeker Collect.",tAttachment
Thanks in advance,
Jacob
(Using LC 6.0.2 rc 1)