Sending form in libcurl
Posted
by sfactor
on Stack Overflow
See other posts from Stack Overflow
or by sfactor
Published on 2010-04-21T12:40:19Z
Indexed on
2010/04/21
12:43 UTC
Read the original article
Hit count: 387
i need to send a file to a webserver using libcurl. i saw one of the examples in the curl website and am trying to implement it. it is the postit2.c example. can someone tell me how i might extend this to be able to send username and password as well
© Stack Overflow or respective owner