Can anyone tell why multipart/form-data does not work with post methot in
servlet. I have a uploading field in
jsp and therefore i use multipart/form but other field like text cannot be accessed if i use multipart/form-data . In get method in servlet it works though.