Re: Commons Upload Problems...

2003-06-05 Thread Juozas Baliuka
-- > From: Juozas Baliuka [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 3:14 PM > To: Jakarta Commons Developers List > Subject: Re: Commons Upload Problems... > > > read this: > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html > an

RE: Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
What do these articles pertain to... -Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:14 PM To: Jakarta Commons Developers List Subject: Re: Commons Upload Problems... read this: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class

Re: Commons Upload Problems...

2003-06-05 Thread Juozas Baliuka
; <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 9:59 PM Subject: RE: Commons Upload Problems... > Martin... > > Thanks for the help...I going to do some searching to see if there are > some other methods for doing the file upload. > > Allen > > -Original Messa

RE: Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
ne 04, 2003 2:35 PM To: Jakarta Commons Developers List Subject: RE: Commons Upload Problems... On Wed, 4 Jun 2003, Wilson, Allen wrote: > Yes..I have...I checked over and over...I actually even tried un-jarring > the jar file into the correct path...yet I still get errors I see you'

RE: Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
2003 2:35 PM To: Jakarta Commons Developers List Subject: RE: Commons Upload Problems... On Wed, 4 Jun 2003, Wilson, Allen wrote: > Yes..I have...I checked over and over...I actually even tried un-jarring > the jar file into the correct path...yet I still get errors I see you'

RE: Commons Upload Problems...

2003-06-05 Thread Martin Cooper
n > > -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 1:49 PM > To: Jakarta Commons Developers List > Subject: RE: Commons Upload Problems... > > > > > On Wed, 4 Jun 2003, Wilson, Allen wrote: > > > O

RE: Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
: RE: Commons Upload Problems... On Wed, 4 Jun 2003, Wilson, Allen wrote: > Okay... > > I have change to the RC1 version and I am getting some of the same > thingshere is the exception listings Are you sure you don't still have an old jar in your classpath? I'

RE: Commons Upload Problems...

2003-06-05 Thread Martin Cooper
at org.apache.catalina.core.ContainerBase.invoke(Compiled Code) > at org.apache.coyote.tomcat4.CoyoteAdapter.service(Compiled > Code) > at org.apache.coyote.http11.Http11Processor.process(Compiled > Code) > at > org.apache.coyote.http11.Http11Protocol$Http11Conn

RE: Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:53 PM To: Jakarta Commons Developers List Subject: Re: Commons Upload Problems... It seems that the version of FileUpload you are using is inconsistent with the code you are writing. You are writing to the new API (good!), but the version of

Re: Commons Upload Problems...

2003-06-05 Thread Martin Cooper
It seems that the version of FileUpload you are using is inconsistent with the code you are writing. You are writing to the new API (good!), but the version of FileUpload you are using has the old API (bad). If you grab the latest version of FileUpload, you should be fine. (The RC1 version is up, i

Commons Upload Problems...

2003-06-05 Thread Wilson, Allen
Hello... I've posted messages in reference to using the FileUpload and it seems that I am still having problems. I am now trying to put the class together line by line so that if I run into problems I can successfully identify the line and try to fix the problem/exception error. Here is the code