aboutsummaryrefslogtreecommitdiffstats
path: root/examples/upload/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/upload/README.asciidoc')
-rw-r--r--examples/upload/README.asciidoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/upload/README.asciidoc b/examples/upload/README.asciidoc
new file mode 100644
index 0000000..96f6ec7
--- /dev/null
+++ b/examples/upload/README.asciidoc
@@ -0,0 +1,12 @@
+= Multipart upload example
+
+To try this example, you need GNU `make` and `git` in your PATH.
+
+To build and run the example, use the following command:
+
+[source,bash]
+$ make run
+
+Then point your browser to http://localhost:8080
+
+The uploaded file will be displayed in the shell directly.