| Author |
Problem with file upload. Problem lies in javascript/dojo
|
chris gar
Ranch Hand
Joined: Jul 20, 2002
Posts: 45
|
|
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.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Maybe set the mimetype in the send object?
Eric
|
 |
chris gar
Ranch Hand
Joined: Jul 20, 2002
Posts: 45
|
|
Aha!
It wasn't related to the attached code. Someone left an open <form> tag which was the root of the problem.
I closed it before my form and it works.
Thanks!
|
 |
 |
|
|
subject: Problem with file upload. Problem lies in javascript/dojo
|
|
|