On 12/12/05, Schalk <[EMAIL PROTECTED]> wrote: > > Rahul Akolkar wrote: > > On 12/11/05, Schalk <[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 >> > >> > > <snip/> > > > > Are you able to resolve other classes from [fileupload]? > > > > I don't have the same binaries as you do. Can you try against the 1.1 > > RC1 that was published last night? Thats here [1], and that should do > > it. > > > > -Rahul > > > > [1] http://people.apache.org/~martinc/fileupload/v1.1-rc1/dist/ > Thanks Rahul > > However, I downloaded the new binary as suggested, but I still get the > same compilation errors. The others such as FileItem, item.write() etc > are resolving. It is so far just DiskFileItemFactory and > ServletFileUpload. Thanks! > > -- > Kind Regards > Schalk Neethling > Web Developer.Designer.Programmer.President > Volume4.Business.Solution.Developers > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
