Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Then use <input type="text" name="fname" size="50" /> Type "fname" doesn't exist. See w3schools.com/tags/att_input_type.asp for aviable types. Alse in server side "name" doesn't exist either. You should use request.getparameter("fname"). Commented Dec 5, 2013 at 7:59
  • I have corrected .Still not working Commented Dec 5, 2013 at 8:09
  • Maybe action is UploadServlet.jsp? Commented Dec 5, 2013 at 8:20
  • See this post Commented Dec 5, 2013 at 8:55