I have a Qt application that needs to use an HTTP request with multiple parts. Looking around the network, I see that requests for several parts are added in Qt4.8, but now it is useless to me. I really need functionality.
I really don't know how HTTP works, so my own solution goes beyond me. If anyone could point me to a Qt-based library or explain how it works, then that would be very helpful.
In addition, I believe that the webkit browser included in Qt has support for HTTP requests with several parts, so if anyone knows how I can use the webkit functionality to solve my problem, that would be very appreciated!
Thanks!
Oscar
source share