• 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

out of memory error while file uploading

 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have file upload functionality in my application, so am using formFile.
I am getting out of memory with that formFile element, even when am not uploading any file and simply trying to move onto next screen, its showing out of memory error.
I came to know that we can use 'controller' element in struts-config.xml for these type of issues. How can we do it? Waht about 'org.apache.struts.config.ControllerConfig' class? we need to use this class if we have specified 'controller' element in struts-config.xml?

whats the use of 'ContollerConfig' class and 'controller' element in xml?
we need to use both or what? any code snippest will be helpful..
Plz reply ASAP.
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic