check for URLLoader & FileReference for file reading from client computer. CSV parsing code , you can search on google.
On Sat, Jul 4, 2015 at 3:26 AM, modjklist [via Apache Flex Users] < [email protected]> wrote: > Looking for recommendations to read a text file in Flex web app (not AIR). > > Does a web app even have permission to read a text file located on the > client's computer? > > Text file is comma-separated data arranged in columns. The total number of > lines isn't known ahead of time. > > Ideally I'd like to read the file line by line (each line ending with a \n > character), the split the line based on the comma character to identify and > process individual elements. > > > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.2333346.n4.nabble.com/methods-for-web-app-to-read-text-file-on-client-s-computer-tp10704.html > To unsubscribe from Apache Flex Users, click here > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA==> > . > NAML > <http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- *Regards,* Prashant Kumar* | *Mob.: +91 8408811225 -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/methods-for-web-app-to-read-text-file-on-client-s-computer-tp10704p10708.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
