Sharing text files across platforms

Monkey Forums/Monkey Programming/Sharing text files across platforms

DrT(Posted 2011) [#1]
I am interested in writing an app that creates a text file on one platform and then shares that text file with the same app on other platforms. Is this possible? If so, what are the possible ways for doing this?

It looks like Diddy's LaunchEmail could be used by an app on one platform to send a text file. Is it possible for an app on a different platform to get this file?


Volker(Posted 2011) [#2]
You could use mnet's httpget to share strings (a server sided php script is needed).
It can send/receive strings (and not all, only URL-safe ones).