• 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

problem with enctype="multipart/form-data"

 
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 am using <html:file> to produce upload functionality and using enctype="multipart/form-data". With this am getting out of memory error. If I remove enctype="multipart/form-data", then am getting "argument type mismatch exception'. As far I know for file uploads enctype should be "multipart/form-data". I dont know what are the other enctype options for file upload.

Now my problem is... if I use enctype="multipart/form-data" , am getting out of memory error and if i remove enctype="multipart/form-data" am getting "argument type mismatch' exception.

Any how I want to clear this out of memory error. Pls tell me what is the solutions for this. What are the other enctype options for file upload?
what might be the exact reason for this out of memory error?
I will be thankful to you if you would like to share your ideas..
 
Ja vardhan
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please folks,
Reply ur suggestions...
still we are not able to clear out the problem.

I will be thankful to your reply forever..
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am searching old threads. I know i red some threads related to the same issue. Mean while read this.
http://www.experts-exchange.com/Programming/Programming_Languages/Java/Q_21527086.html

Thanks
Sudhakar
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic