Android Question Sending a message (SMS/MMS) with attached file.

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Sending a message (SMS/MMS) with attached file.

I searched around the forum but I did not have success.
In my tests I can send the message but without file.

I need to send a created file ("abc.txt") attached to a message

and after to receive this file read the text content.

If you have a example please show me.

this actually proved hard for me.

Thank you very much.
 

DonManfred

Expert
Licensed User
Longtime User
with SMS you only can send up to approx 120 chars... NO Attachment. Even not a .txt... Read the text and put the hole text into the sms.
Search forum for example for longer texts (sending multiple sms).
 
Upvote 0

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
with SMS you only can send up to approx 120 chars... NO Attachment. Even not a .txt... Read the text and put the hole text into the sms.
Search forum for example for longer texts (sending multiple sms).


Then MMS . My file has approximately 5k . It is a way of trying to share using the contact phone numbers
 
Upvote 0
Top