On Apache Jserv I successfully used the package com.oreilly.servlet to
handle Multipart/Form posting/processing.  These classes are not functioning
on Orion.  When submitting a form from IE5, I receive the response: "Corrupt
form data: no leading boundary". Doing the same thing from N4.5 I don't
receive an error, but no information is passed to the servlet/jsp - no text
or binary data.

I read something on java.sun.com
(http://forum.java.sun.com/forum?14@@.eeeed2b) that said something about the
server not forwarding the request correctly to the servlet.  Now, that
example was referring to another server (OAS 4.0.8.1), but I was wondering
if something similar might be occurring with Orion?

Has anybody else used the orielly package successfully on Orion?  Can
anybody recommend an alternative for parsing multipart-forms?  ie: handling
file uploads?

Thanks in advance,
Jeremy Pierson



Reply via email to