Hi,
I am having a problem when the transferbuffersize property value is too high. I usually do this to increase the transfer speed. However if my user mistakenly sets High TransferBufferSize while having a slow link, the problem appears. The problem is that the Upload method throws an exception saying that a timeout occurred. To resolve this I set the TimeOut property to 60000 but the exception still throws. How can I handle such error.
Here are the values I use:
TransferBufferSize = 2048000
TransferNotifyInterval = 2048000
Thanks