Hi All,

I need to have a CSV import functionality in my application. User can
give CSV files to the web client and then the server is supposed to
understand its contents and persist the data.

What would be the best approach to handle this?

- I upload the CSV file from the web client and use a library to parse
its contents on the server
- I parse the CSV on the web client itself and then pass the data to
the server (using RPC or JSON)

Any examples or pointers to best approaches to handle this problem
willl be highly appreciated.

Thankx & Regards,
Nitin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to