I'm having a problem with file uploads using Domino 5.02 as the Web Server
and WebSphere (2.03) as the servlet engine. I've implemented the example in
Jasons book and get an IOException with a message of "Separation boundary
was not specified".  Calling getContentType() returns:

multipart/form-data

(Notice there is no "boundary=" in the string, which explains the exception)

Using an identical configuration, except now replacing Domino with Apache
(still using WebSphere), the code works just fine (leading me to believe
that it's a Domino issue). Calling getContentType() returns:

multipart/form-data; boundary=---------------------------7cf1262820b04e4

Has anyone successfully implemented similar functionality using Domino and
WebSphere (or any other third-party servlet engine)??

Thanks
John

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to