Tagged Questions
The wxhttp tag has no wiki summary.
1
vote
2answers
463 views
Posting to a URL with wxWidgets
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 ...
0
votes
1answer
599 views
Downloading file with wxHTTP?
Im really stumped. Im using the wxHTTP class in wxWidgets to try and download two files. The first request succeeds but the second one fails when wxHTTP->GetInputStream is called. Between downloads, ...