hi Everyone I am working on a flex application to be used by enterprises - hence I have a requirement to upload and display CSV files into the application before uploading to the server.
From a little google search, i found that Flex has native support for handling Image files within the flash player. But I am playing around with CSV files and using String class's split() function to slice and dice my data. is there a better way of doing this? what are the problems that i should watch out for? the one thing that i can think of is a memory overflow problem in case of a very huge CSV file - but that can be handled by restricting file size. But is there any other issues that could crop up? vatsala -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

