This guide will allow you to really increase performance when using the HTTP file upload method.
Tested on Windows XP, Vista, 7
1. Click Start / Run / type: regedit
2. `Now you will open the window of Regedit
3. Click on HKEY_CLASSES_ROOT
4. Appear is a default value called
5. In the white space right click New> DWORD (32 bit)
Upload speed” src=”http://staryus.com/wp-content/uploads/2012/01/upload-speed.jpg” alt=”Upload” width=”320″ height=”192″ />
6. Call the value: SocketSendBufferLength
7. Choose DECIMAL!
8. Now click twice on it and enter the following value instead of zero: 262144
This value is in practice to represent the dedicated buffer Upload example
- 16-KB Buffer = 16384
- 24-KB Buffer = 24576
- 32-KB Buffer = 32768
- 40-KB Buffer = 40960
- 48-KB Buffer = 49152
- 56-KB Buffer = 57344
- 64-KB Buffer = 65536
- 128-KB Buffer = 131072
- 256-KB Buffer = 262144

You can follow us on twitter or join the facebook fanpage.
Hopefully useful and leave your comment about “Upload and optimize low-speed (Windows)”

