Hi,

I'm using MultipartInputStreamHandler from jason hunters servlet-book. It
works OK under Netscape. For some submits (I have several) its also OK, but
for one specific submit, I get a null pointer exception. The reason seems
to be that IE doesnt set its content
length correctly. The call to request.getContentLength() returns -1,
indicating that the content length is not known.
Anybody have an idea on what the reaon could be? Under which circumstances
is the content length of a request not known?

Regards

HEIKO

___________________________________________________________________________
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