Http file send
Unsolved
General and Desktop
-
Hi friends,
I want to send a file using http in which method i can use
-
-
To extend @LeLev answer a bit, the easiest way is to initiate QNetworkAccessManager and use one of its methods (put or post, probably, you can also use custom if those two don't exactly fit).
Documentation on QNetworkAccessManager