Skip to main content
Participant
November 20, 2013
Question

Is there anyway to browse in iOS?

  • November 20, 2013
  • 1 reply
  • 325 views

Hi Everyone,

I created an Adobe AIR desktop app that can browseForOpen() and search for a .csv file to be parsed and placed in a SQLite db.  I am trying to reformat the app so that it works on ipad, but am getting hung up by how I would get the csv files into the app.  Obviously I cannot use browseForOpen anymore.  Any ideas how I can import the file?  Maybe the user can email themselves and then I can grab it from an attachment?  Dropbox would be awesome....  

I am at a loss, but would love ANY help

Josh

This topic has been closed for replies.

1 reply

Inspiring
November 21, 2013

If your files are in the app's documents folder you can use the File class to populate a list using getDirectoryListing() then set up listeners on the list.