On 12/12/05, Schalk <[EMAIL PROTECTED]> wrote:
>
> Martin Cooper wrote:
> >
> >
> > On 12/12/05, *Schalk* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> > wrote:
> >
> >     Rahul Akolkar wrote:
> >     > On 12/11/05, Schalk <[EMAIL PROTECTED]
> >     <mailto:[EMAIL PROTECTED]>> wrote:
> >     >
> >     >> Greetings
> >     >>
> >     >> I am using 1.1-dev downloaded on 2005-12-06. The code below
> >     generates,
> >     >> cannot resolve symbol, errors on compilation for both
> >     >> DiskFileItemFactory and ServletFileUpload. Where am I going
> wrong?
> >
> >
> > Do you have the correct import statements for those classes? They are
> > not in the same package as the more general FileUpload classes.
> >
> > --
> > Martin Cooper
> >
> >
> Martin
>
> I am using: import org.apache.commons.fileupload.*;


As I said, the classes you are having problems with are not in the same
package, so that import doesn't cover those classes. You need to update your
imports to include those classes, or at least add their packages.

--
Martin Cooper


--
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Business.Solution.Developers
>
>
>

Reply via email to