Mauricio Burgos

Greenhorn
+ Follow
since Oct 24, 2011
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 Mauricio Burgos

I managed to work around this problem:

This is the content of my POST request I was having:


To solve this problem I used a jquery plugin to handle the form (http://jquery.malsup.com/form/) this is the POST request content after the change:


The only difference I can find is the User-Agent property... I'm not really sure what helped solving this, my clue was that somehow IE was not handling correctly the request, so I tried to change the behavior via javascript...

Hello,
I'm having an exception every time I try to upload a file with IE8, but this same action works with FireFox6:


I have a multipart resolver bean:


This is the stack i get:


I'm using Spring2 and Websphere 7

Can anyone please help me? Can't seem to find anything useful...

Thanks in advance,
Mauricio