I was wondering if someone could tell me how to upload a XML file using Java. I have a JSP page and am trying to parse it so the text-boxes on the JSP page can be loaded correctly. This is pretty much an import feature. I know how to generally parse a XML file, but I'm not sure how to go about uploading it so I can parse it. Thanks!
Asked
Active
Viewed 1,647 times
1 Answers
1
Apache commons fileupload is a component you can integrate to get the file uploaded. Then, as you say, you know what to do.

bmargulies
- 97,814
- 39
- 186
- 310