rranly
2004-09-14 18:48:41 UTC
Ashok,
Did you have any problems with your HttpOpenRequest?
HINTERNET hRequest = HttpOpenRequest(hConnect, "PUT", FileName, NULL,
NULL, NULL, dwOpenRequestFlags, 0);
Everytime I add the flag INTERNET_FLAG_SECURE, I get a 997 error returned
from the call. I too am trying to connect to a SSL IIS box, and upload a
file to it. If I take SSL off everything works find. Do you have any
ideas?
Did you try using HttpSendRequestEx? It is the preferred function for
large files?
Ryan
Did you have any problems with your HttpOpenRequest?
HINTERNET hRequest = HttpOpenRequest(hConnect, "PUT", FileName, NULL,
NULL, NULL, dwOpenRequestFlags, 0);
Everytime I add the flag INTERNET_FLAG_SECURE, I get a 997 error returned
from the call. I too am trying to connect to a SSL IIS box, and upload a
file to it. If I take SSL off everything works find. Do you have any
ideas?
Did you try using HttpSendRequestEx? It is the preferred function for
large files?
Ryan