• 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

Struts - Problem in Uploading enctype=�multipart/form-data�

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On uploading large files of size(290 Mb).
It is getting Failed to parse multipart file.
MultipartParseException�
When trying to upload small files of about 5K it is ok and uploading.

My browser is IE.7.But in the InternetOptions setting the JRE used is 1.5.
If the JRE used is 1.6 the upload of large files wont work ,the page will be in progress for a long time and after that it will show Timeout without uploading the file.
I am using enctype=�multipart/form-data� in the file for upload.
But in jre1.6 it is not supporting.
Can any help me to solve this problem.

How can I change the JRE in Internet Options.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post the same question multiple times. It causes confusion and duplication of effort as the community tries to help everyone.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic