Skip to content Skip to sidebar Skip to footer

Attaching An Image To An Email

Writing an app which takes a picture from the camera and retrieves it as a bitmap. I then write this file to the disk and attempt to send the picture as an email, in the gmail app

Solution 1:

I had a colleague who had this problem, it would NEVER create the file, ensure that the files does exist when you are trying to send it and along with this make sure you have the permission's necessary to access the disk drive.


Post a Comment for "Attaching An Image To An Email"