could not getting value while using request.getParameter()
hi,
hellow, could you please help me to solve the problem
i have form its enctype attribute of form tag is setted as multipart/form-data. when i am submiting this form, i call a request.getParameter(""); . but i could not get any value.
i am using input controls name in getParameter();
if it is not possible through this way. Then please tell me an alternative
thank you

