문제

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 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top