when i am using enctype="multipart/form-data" i am unable to get the values using request.getParameter().but request.getParameter() works fine when i am not using enctype.can anyone help me regarding this topic
Yes, look at the documentation for the upload library you are using. You will need to use the methods it provides in order to retrieve your form parameters.