rimumiro
2006-04-07 04:28:02 UTC
The INTERNET_BUFFERS structure used in HttpSendRequestEx has a limit of 2Gb.
I am happy to chunk files larger than this and send them in a separate
request, but InternetWriteFile returns false [with no error] even if you use
a new session, connection and request handle [after first closing the
existing ones].
Is there any way to reset wininet so that you can send files larger than 2Gb
in separate chunks? [Note: the limitation is not at the server end.]
Thanks,
Michael
I am happy to chunk files larger than this and send them in a separate
request, but InternetWriteFile returns false [with no error] even if you use
a new session, connection and request handle [after first closing the
existing ones].
Is there any way to reset wininet so that you can send files larger than 2Gb
in separate chunks? [Note: the limitation is not at the server end.]
Thanks,
Michael