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? > <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/ > DiskFileItemFactory factory = new DiskFileItemFactory(); > factory.setSizeThreshold(4096); > > ServletFileUpload upload = new ServletFileUpload(factory); > upload.setSizeMax(-1); > > -- > 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]
