README.asciidoc 287 B

123456789101112
  1. = Multipart upload example
  2. To try this example, you need GNU `make` and `git` in your PATH.
  3. To build and run the example, use the following command:
  4. [source,bash]
  5. $ make run
  6. Then point your browser to http://localhost:8080
  7. The uploaded file will be displayed in the shell directly.