Uploading multipart/form using JSP
843842Sep 3 2008 — edited Sep 3 2008Hi freinds,
i am using enctype = multipart/form-data for uploading files in servlet
i am able to Upload Files but the problem is with the other field values like text,textarea etc., in the HTML form was not coming.it saying that it was null.
i am using request.getParameter for retrieving values
it is not posted to the servlet and it returns the
value null