RE: File upload failure in struts 1.1b - FIX

2002-05-27 Thread Don Elliott
Prellwitz [mailto:[EMAIL PROTECTED]] Sent: Monday, 27 May 2002 6:39 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: File upload failure in struts 1.1b - FIX Hey Don, My original problem was on Tomcat 4.04b3.because we are using WebSphere in production at work, i thought i'd better

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Joe Germuska
One of the ways to get bugs assigned a higher priority is to vote for them in Bugzilla. I use Weblogic and file uploads, so I voted for this one. So far I think I'm the only one... http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8732 Joe At 11:19 AM +1000 5/24/02, Don Elliott wrote: Hi

RE: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Don Elliott
]] Sent: Saturday, 25 May 2002 1:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: File upload failure in struts 1.1b - FIX I tried this patch with Tomcat 3.3.1, and all i did was add: enctype=multipart/form-data to the html:form / element, and then i got

Re: File upload failure in struts 1.1b - FIX

2002-05-26 Thread Jeremy Prellwitz
PROTECTED]; [EMAIL PROTECTED] Sent: Friday, May 24, 2002 5:43 PM Subject: RE: File upload failure in struts 1.1b - FIX Hi Jeremy, Did you have the original problem with multi-part forms on Tomcat 3 ? I wasn't sure if the problem occured on Tomcat 3.x as it looks like all the people reporting

Re: File upload failure in struts 1.1b - FIX

2002-05-24 Thread Jeremy Prellwitz
I tried this patch with Tomcat 3.3.1, and all i did was add: enctype=multipart/form-data to the html:form / element, and then i got the following exceptions: javax.servlet.ServletException: Multipart data doesn't start with boundary at