hhhmmm... IMHO the following import statement seems to be missing from CommonsMultipartRequestHandler.java
import org.apache.commons.fileupload.DiskFileUpload; That fixed it !! ----- Original Message ----- From: "Rahul" <[EMAIL PROTECTED]> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 6:33 PM Subject: Is DiskFileUpload.java missing from Struts src ? I've been trying to compile struts source and get a missing class error for class "DiskFileUpload" being used in CommonsMultipartRequestHandler.java in package "org.apache.struts.upload". I am unable to find this class in the downloaded struts source. Am I missing something here or is it not there ? rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

