Configure Internet Explorer HTTP send buffer for faster upload

6 November 2006 by Snakefoot | Comment » | Trackback Off
Internet Explorer (IE) is able to upload files using the HTTP feature. By default IE uses a send buffer of 8 KBytes, which equals to about 80 KBytes per sec (KBps). It is possible to increase the size of the winsock send buffer, to speed up the uploading of larger files (ex. attaching files in web-mail).

Configure the size of the send buffer with this DWORD value:

[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Internet Settings]
SocketSendBufferLength = 16384 (Max - 65536)

More info MS KB Q329781

Note IE 7 does a better job when uploading, and does not require this registry setting.

Credits jsifaq.com

Updated: 23 September 2007

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>