From 33916869f1709d4f53302c1e61581fb457d5dd5e Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 27 May 2020 10:38:32 -0700 Subject: [PATCH] add simple doc link for multipart uploads - fix #209 --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 99a38791..f44d8f77 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -392,6 +392,8 @@ bool ok = httpClient.performRequest(args, [](const HttpResponsePtr& response) // ok will be false if your httpClient is not async ``` +See this [issue](https://github.com/machinezone/IXWebSocket/issues/209) for links about uploading files with HTTP multipart. + ## HTTP server API ```cpp