How to Upload a textfile from JSP to Servlet

Questions by kg.shankar   answers by kg.shankar

Showing Answers 1 - 2 of 2 Answers

charanvv

  • Oct 20th, 2005
 

if u used MVC architecture u just used

in jsp<input type="file" > tag

and in servlet use just used servletInput stream to get that file

and do whatever u want by using IO.api package

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions