I have installed java 1.5 on Windows 2000 platform. I am using commons-fileupload1.1.jar and when I call the following command
List items = upload.parseRequest(request); It fails giving the following error: java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream Please guide me. Thanks in advance. Vineet Billorey
