This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi!java programmers, When i am trying to upload file to a server (Javawebserver)with some other form data the file gets uploaded into my webserver.but when i m trying to get the other form fields using the getParameter() method it returns "null" as the value,though i am typing some text in the textfields.Can any body please solve this problem.thanks in advance. you can mail me to : mailtoamjath@yahoo.com
There is already a class at www.servlets.com Download the Oreilly package There is a java file MultipartRequest.java in that package complie the file The MultpartRequest has three parameters 1. HttpServletRequest Objext 2. The path wheer U want to upload the file 3. The max. size of the file I hope this might help to solve youe problem