Hey!

What error are you getting?

I revisited some code that I had tried from Jason Hunter's book UploadTest.  I
remember it working on WebSphere 1.2 SE but now that I try it on WAS 2.02
AE I get this error:

java.io.IOException: Separation boundary was not specified
        at java.lang.Throwable.(Compiled Code)
        at com.oreilly.servlet.MultipartRequest.readRequest(Compiled Code)
        at com.oreilly.servlet.MultipartRequest.(Compiled Code)
        at UploadTest.doPost(Compiled Code)
        ...
        ...

Sans adieu,
Danny Rubis

Igor Pietraszko wrote:

> I am experiencing problems when trying to retrieve request parameters
> from a POST encoded as enctype=multipart/form-data.
> It seems that the parameters are not getting through.  Has anybody
> experienced the same problem.  I am running WebSphere 2.0 Standard Edition.
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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