Does anyone have some sample code showing how to POST to a URL using wxWidgets? The documentation and discussion forums imply that it's possible but the methods in wxHTTP are very low-level compared to what you find in .NET and scripting languages like Perl and Ruby. Do I actually have to create the HTTP request myself and send it to the server via the SocketOutputStream? Am I missing something?

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

I came across a similar problem initially and ended up using Curl instead as it's also cross platform and is very easy to use.

Tim

link|improve this answer
feedback

Atually, same here. Tried using wxHTTP and ended up using Curl. And Curl is a charm to work with...

J-O

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.