Skip to main content
Inspiring
April 12, 2012
Question

File download on ios

  • April 12, 2012
  • 3 replies
  • 805 views

Is there an easy way to download files from an internet location to an app's documents folder using cs5.5 & air?

This topic has been closed for replies.

3 replies

User Unknow
Legend
April 12, 2012

I done this easy with default AS code for using filesystem object ) try to investigate it

Inspiring
April 13, 2012

Thanks for your response. I'm aware of the download() method for FileReference but it doesn't work under ios. Are you referring to something else?

User Unknow
Legend
April 13, 2012

Use URLLoader with dataFormaet = binary and than save it using FileReference