This question complements QNetworkAccessManager - How to send “PATCH” request.
QNetworkAccessManager has no method
sendCustomRequest(const QNetworkRequest & request, const QByteArray & verb, QHttpMultiPart * multiPart)
I'm stuck with Qt 4.8-bb10. How should I proceed?
I think you can build the multipart request yourself by putting the extra parts in the data, like below.
Sorry but I was unable to test so this is just the rough idea.