I am using streaming API of Apache Commons Fileupload. I got the
following error:
FileItemIterator cannot be resolved or is not a type
I looked at the file commons-fileupload-1.1.1.jar, it looks like does
not have the class(interface) FileItemIterator. Do I need to inclue
another jar file, if yes, what 's the name of that jar file?
Thanks
David
Manish Pandit - 04 Oct 2006 23:01 GMT
It's not in 1.1.1.
It's a part of their 1.2 Snapshot. You can try getting their nightly
builds and it should have it.
-cheers,
Manish