Nested QHttpMultiPart
Unsolved
General and Desktop
-
Hi, I need to to post a form to a server
I am using QHttpMultiPart to set the form key-value pairs.
Each key-value pair is a QHttpPart .
I have to set an array of properties like so:"Additional_Files": [ { "File_Key":"attachment", "File_Name":"myfile.zip" }
]
How can I do that? QHttpMultiPart::append() expects a QHttpPart .
Thx in advance -
Hi,
Are you sure that each item is part like that ?
This looks rather like a JSON structure.