Suresh Chandra sekaran

Greenhorn
+ Follow
since Jul 29, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Suresh Chandra sekaran

Thank you. I am using apache fileupload package. I could retrieve the extra parameters also using the parse method.
15 years ago
Thanks bibeault. Actually, I am using the parse method available in upload library only. I would like to know, why getParameter() and its related methods are not getting the values from request. Can anyone explain it?
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
15 years ago