Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I would like to upload one small text files via HTTP POST using the Wininet
function InternetWriteFile.

How can I use InternetWriteFile in C++? So far I couldn't find an
example.

Thanks!
Posted
Updated 30-Nov-12 6:36am
v2

1 solution

Here do you find information about InternetWriteFile:
InternetWriteFile function[^]
And with FtpOpenFile do you create a HINTERNET instance that you can use as a parameter in the InternetWriteFile method:
FtpOpenFile function[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900