Qt and Multipart HTTP
I have a Qt app that needs to use a multi-part http request. From looking around on the net I see that multi part requests are being added to Qt4.8 but that is of no use to me now. I really need the functionality now.
I don't really know how HTTP works so rolling my own solution is beyond me. If anyone could point me towards a Qt based library or an explanation of how it works then it'd be much appreciated.
Also, I believe the webkit browser included with Qt has support for multi part HTTP requests so if anyone knows how I could use the functionality from webkit to solve my 开发者_C百科problem it'd be hugely appreciated!
Thanks!
Oscar
Tuck Design has published a class for handling multipart file uploads that only needs Qt 4.5.
精彩评论