Skip to content

Commit ea70728

Browse files
Add information about Quick Start to README.md
1 parent 2b0ba9c commit ea70728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ config = Config(
5959
add_tus_routers(app, config)
6060
```
6161

62+
In this example, when a request is sent to the `/files/` endpoint, two files are created:
63+
1. A file containing upload metadata (information about the current stage of the file upload process). This file is saved in the `/path/to/store/metadata` directory.
64+
2. The uploaded file itself. This file is saved in the `/path/to/upload/files` directory.
65+
6266
---
6367

6468
## Customization

0 commit comments

Comments
 (0)