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. 




Reply via email to