Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.6
-
None
Description
With QHttpMultiPart one can easily create a multi-part upload on the sender side, but there is no support for decoding these requests on the QHttpServer side.
Your only options right now are direct binary uploads, or parsing all the parts boundaries by hand.