shri bhandare

Greenhorn
+ Follow
since Oct 16, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by shri bhandare

Actually i am setting object in the httpRequest and i want to retrive the object

i am receiving that object as Formfield
i am not able to get the contents of the object
here is the code snap




public void processFormField(FileItem item) throws IOException{

String name = item.getFieldName();
String value = item.getString();

values after executing this code

Name: requestData Value: [object DataUpload]

i waant to retrive this object.
can anybody pleas help me in same. it really urgent
15 years ago