Re: FileUpload NullPointerException Problem

2003-11-24 Thread ume
Hello. Thanks you for the reply. I understood using DiskFileUpload class. It's OK in my source and test. However, I think that FileUpload class constructer will still be a bug. Because, it is written to the document of FileUpload class constructer as which uses the default factory.

Re: FileUpload NullPointerException Problem

2003-11-24 Thread Martin Cooper
On Tue, 25 Nov 2003, ume wrote: Hello. Thanks you for the reply. I understood using DiskFileUpload class. It's OK in my source and test. However, I think that FileUpload class constructer will still be a bug. Because, it is written to the document of FileUpload class constructer as

Re: FileUpload NullPointerException Problem

2003-11-21 Thread Martin Cooper
Your English is *much* better than my Japanese. ;-) Please refer to the FileUpload usage documentation, here: http://jakarta.apache.org/commons/fileupload/using.html As you will see, you should be using the DiskFileUpload class, instead of the FileUpload class, if you want the default