I'm getting the following error:
InvalidContentTypeException: the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is null
Here is the html:
Here is the
servlet code:
finally here is the
java script/dojo
Why isn't the servlet seeing that the form is enctype="multipart/form-data"?
Your assistance is appreciated.