RE: commons-fileupload.jar

2003-08-19 Thread Filip Polsakiewicz
Thanks alot. This worked out fine. Greetz, Filip > -Original Message- > From: Reinhard Nagele [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 8:59 AM > To: Struts Users Mailing List > Subject: Re: commons-fileupload.jar > > > Download Struts 1.1 agai

Re: commons-fileupload.jar

2003-08-14 Thread Reinhard Nägele
Download Struts 1.1 again. I think they packaged a wrong jar when Struts 1.1 was released, which was fixed later. DiskFileUpload is definitely included in my Struts 1.1 distribution. Reinhard Filip Polsakiewicz wrote: Hi everybody, i found that the commons-fileupload.jar shipped with struts i

RE: commons-fileupload.jar

2003-08-04 Thread Filip Polsakiewicz
> -Original Message- > From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 8:05 AM > To: Struts Users Mailing List > Subject: Re: commons-fileupload.jar > > > Maybe you can replace the version by downloading the new one from the >

Re: commons-fileupload.jar

2003-08-04 Thread Kwok Peng Tuck
Maybe you can replace the version by downloading the new one from the commons home page ? Filip Polsakiewicz wrote: Hi everybody, i found that the commons-fileupload.jar shipped with struts is not complete compared to the original commans-fileupload.jar In our project we need e.g. the class Dis

Re: commons-fileupload.jar problem with rc2

2003-06-10 Thread Martin Cooper
It's possible that your container has its own copy of FileUpload, and that it uses an older version than the one bundles with Struts 1.1-rc2. That version may be being picked up instead of the later one. Check your webapp classpath, and make sure your own webapp is picking up the Struts one, and no