> I've encountered a problem using Com46Swiki11. Everything was working fine when the
>server and client were on the same machine, but when I moved the server to a
>different machine, things started getting a bit flaky. I tracked the problem to
>SocketStream
>>getSubHeader (which is used in MultipartPostModule and in some custom code I derived
>from same). What happens is that if this method is reached before the requisite data
>has been received, the method returns an indication that no subheader was found, wh
ich effectively ends processing of the POST. I made the change below to keep looking
as long as the socket remained connected and the problem went away.
AWESOME!! I'm hoping this explains the problems that we've been having
with uploading from MSIE.
Peace and Luck!
Je77