I don't think this issue is Tomcat related. When do you get this error?
org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeException: the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is null
According to Google, org.apache.commons.fileupload.FileUploadBase is part of Commons FileUpload You probably need to define your File Upload HTML Form correctly, that is add enctype="multipart/form-data" to your html form. Or check with Commons FileUpload: http://jakarta.apache.org/commons/fileupload/mail-lists.html -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
