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

[409 byte] By [Sorangea] at [2007-10-3 1:11:54]
# 1
separate the form with file elements to a form with textfields.. that is my alternative...
jgalacambraa at 2007-7-14 18:08:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Sorange,

You can not use request.getParameter("xyz"); to get the value.

Becoz the browser will never give u such facility when you set the "enctype=multipart/form-dat", you have to do few more changes before tht.

pls check the below link:

http://forums.codecharge.com/posts.php?post_id=44078

hope tht will help u.

newentrya at 2007-7-14 18:08:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...