How can I upload a (very) large HTTP protocol file in C (or C ++)?
I know that this is not the right way to download huge files, but it is not.
I have already seen sources about transferring POST files in C ++, but I noticed that each time the WHOLE binary was included inside the POST sequence (between "- boundary").
So, before going deeper and deeper into the Webkit / Gecko source code, does anyone know how they do it?
Stef
source share