0

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!

2
  • possible duplicate of JSP post XML data to server Commented Apr 11, 2011 at 16:41
  • @balusc - looked like a nice answer you gave on other question, so +1 there Commented Apr 11, 2011 at 17:32

1 Answer 1

1

Apache commons fileupload is a component you can integrate to get the file uploaded. Then, as you say, you know what to do.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.