ruba sampath wrote:Hi
I am using "multipart/formdata" in my JSP page to reterive the file as an object. But i am using text fields as well as check box, radio button in my form. After submitting my form only the upload file contain the value. Othe fields are getting null. I think this is because of enctype. How to resolve it to get all the fields value slong with file type values in my servlet.
Thanks
The exact value for enctype is "multipart/form-data", and
you should use type="file" for the input tag. Here is an example: