• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Accsessing multipart data

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have this problem,
I m working on two JSP's one containing "multipart/form-data" and the other one is a normal one.
I want to accesses the hidden vales of the "multipart/form-data" from the other one, the string values can be accessed easily by using FileItemFactory but my problem is I want to access array of records such as the result we get when we are using getParameterValues(),

dose anyone has an idea if this, please let me know

Thanks and Best Regards

[ November 09, 2008: Message edited by: SAN Silva ]
[ November 09, 2008: Message edited by: SAN Silva ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic