Are you using anything on the server to parse the HTTPServletRequest? If not have a look at commons.apache.org fileupload that will parse all this stuff for you.
For actually parsing the CSV file there are quite a few packages about but with various licence terms. On Jul 17, 8:44 am, imgnik <[email protected]> wrote: > hi all, > > i use fileupload to retrieve a csv file and send it using a post > method to the server. at the server, i write the csv file using a > filewriter. > > but when i open the csv file, it is different. it contains a few more > chunks of data like > > ------WebKitFormBoundaryN8Z6DOy7DqEWTwtLContent-Disposition: form- > data; name="uploadFormElement"; filename="first.csv"Content-Type: > application/octet-streamBank > > i wonder what is the best practice to handle csv. especially parsing > the csv and getting the data. can someone advise me ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
