QtHttpServer: how to accept form data?
-
You write a request handler that expects a POST with a multipart data (multipart/form-data) payload , connect it to a route, and act accordingly. QHttpMultiPart can help with dealing with the payload.
You write a request handler that expects a POST with a multipart data (multipart/form-data) payload , connect it to a route, and act accordingly. QHttpMultiPart can help with dealing with the payload.