did you set your form for MIME/multipart?
-Original Message-
From: Raghuveer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 10, 2007 1:58 AM
To: users@tomcat.apache.org
Subject: multipartrequest - content type header is null
I get this exception suddenly on tomcat and as well as in
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.fil
I get this exception suddenly on tomcat and as well as in websphere.
Is there any specific reason for this?
org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeException:
the request doesn't contain a multipart/form-data or multipart/mixed stream,
content type header is null
---