posted 15 years ago
Hi All,
I have the requirement that the user can upload an image along with his other details. So, I created simple html form with enctype of multipart/form-data. I am done with my file upload part. But, when i am trying to get the other values using request.getParameter(fieldName), it is returning null. I have found another way to get the values. And i am able to retrive those values when the enctype is normal one.
I just wanted to know the reason for that. Why request.getParameter is always returning null when the enctype is multipart/form-data is null.
Thanks
Suresh