Copy link to clipboard
Copied
Is there some sample code or an ANE that would provide file transfer to/from a remote server? For example, for a photo/video sharing app we would need to upload/download pictures, videos and XML files. Ideally, the same solution would work smoothly on both iOS and Android. An encrypted transfer capability would be nice too.
Copy link to clipboard
Copied
There's no special way to upload/download on mobile, this is a simple network transfer. The AS3 docs have plenty of examples about how to do this.