You are missing [code] tags around your code.
The boundary value almost certainly needs to be quoted in the multipart/form-data content type.
The params probably should be extracted with QUrl::encodedQuery() rather than toString().
Do you really need multipart/form-data if there is only one part?
Bookmarks