very slow file uploads - massive performance boost by increasing 4096 to
something much bigger eg * 100 or * 1000
Problem only occurs in some network locations - and only effects file upload -
not other network operations.
FIX:
public class MultipartStream
protected static final int DEFAULT_BUFSIZE = 4096;
This fix need not be done as the problem isn't common - but the information on
what to do might help someone else !
has fixed the problem for us:
http://support.microsoft.com/default.aspx?scid=kb;en-us;329781