Hi, I'm using oreilly's MultipartRequest in a servlet to upload files and save them to my server. I have a question tho about req.getParameter(name). When i create a multipartrequest and then use its getParameterNames and getParameter to get the values from my html page that called the servlet, it works fine. But if I just use req.getParameterNames() and req.getParameter(name) (req being a HttpServletRequest passed into the servlet) i get null values. Why is this?
thanks sohaila ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
