blob: 96f6ec79c31884f9a749cac7a0867a5c63acdaec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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.
|