diff options
Diffstat (limited to 'examples/upload/README.asciidoc')
-rw-r--r-- | examples/upload/README.asciidoc | 12 |
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. |