saving file on android to use as email attachment

Ralph DiMola rdimola at evergreeninfo.net
Sat Sep 22 20:12:34 EDT 2018


If there is no immediate clean solution offered on the list then my first instinct is to use the SD card. This assumes that everyone has "external storage". Most do. So the edge case would be...if you can't write to external storage then ask for the preference.

No prose from me.
JLG, made me smile, Nice....

Ralph DiMola
IT Director
Evergreen Information Services
rdimola at evergreeninfo.net

-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf Of scott--- via use-livecode
Sent: Saturday, September 22, 2018 5:17 PM
To: use-revolution at lists.runrev.com
Cc: scott at elementarysoftware.com
Subject: saving file on android to use as email attachment

 I have an app that creates a pdf, then opens the client’s mail app and attaches the pdf to an email. This works fine with iOS and used to work fine on android. However I now have customers reporting problems on android. These problems appear to be connected to where the pdf file is saved. I had been using  * specialFolderPath("external documents”) * but recently found that gMail would no longer accept that location. I switched to * specialFolderPath("temporary”) * which worked for gMail but seems to produce an i/o error with Microsoft Outlook. I could present the user with a preference setting so that the app would know in advance which path to use… but I would like to avoid that if possible.  Is there a read/write location that works with both / all?

In the case of this app, another solution might be to just send everything through my own mail server and simply bypass the user’s mail app. But that puts other restrictions on the user that I’m hoping to avoid.

Regards,

Scott Morrow

Elementary Software
(Now with 20% less chalk dust!)
web       http://elementarysoftware.com/
email     scott at elementarysoftware.com
booth    1-800-615-0867
mobile  360-920-0715
------------------------------------------------------








_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list