Dear all,
I met a very strange problem. Maybe somebody can help me.
I write a program to upload file to server. It works when IIS and WebSphere 4.0 run in the same PC.
But it fails when the file size is larger than about 50k and IIS and WebSphere 4.0 run in the different PCs.
I found the first 50k content is right. But the left portion are null(0).
It seems that only the first 50k will be tranfered correctly from IIS plugin to WebSphere if I install these two in different PCs.
Did anybody meet this problem?
