Hi all,
I developed a simple portlet which just call PortletRequestDispatcher.include()
to include a servlet which print some html tags as below:
outprintln("<form action="+ action_url + " method=post
enctype=multipart/form-data>");
outprintln("<input type=file name=upload/>");
outprintln("<input type=submit/>");
outprintln("</form>");
After submit the form, if i try to use request.getParameter() to retrieve the
parameter, i got nothing.
but if i remove attribute enctype="multipart/form-data" , then i can get the
parameters. any ideas? is that a bug? thanks in advance!
regards,
Terry
_____________________________________________________________
Join SQAtester.com Community --->
http://www.sqatester.com/testersarea/joinus.htm