What are you using to receive the uploaded file ? The reading of multipart forms is not part of the servlet spec. So you need some thing like Jason Hunters MultipartRequest or jspSmartUpload to process multipart forms.
Which browser are you using ? Some versions of IE have some nasty bugs in their headers that can lead the header parser of mod_jk into trouble. Same is true for at least one version of netscape 6.1. (crashes my good ole jserv anytime i try to use multipart forms) May be looking at the tcp data will help. (Don't ask me for a tool to do that, I do that kind of things under linux (tcpdump)) > -----Ursprüngliche Nachricht----- > Von: Jason Webber [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 18. März 2002 19:15 > An: [EMAIL PROTECTED] > Betreff: Repost: File upload problem > <snip/> > ajpv12_handle_response, error reading header line > > The webserver then gives me a 500 Internal Server Error > <snip/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>