https://github.com/kanziw/fastify-multipart-upload-test
https://github.com/kanziw/fastify-multipart-upload-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanziw/fastify-multipart-upload-test
- Owner: kanziw
- Created: 2022-09-07T03:20:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T04:01:27.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:34:19.907Z (5 months ago)
- Language: TypeScript
- Size: 27.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastify-multipart-upload-test
## Run
```zsh
$ yarn dev
````/upload` path로 file을 key로 하여 multipart/form-data로 요청을 보내면, `uploads` 폴더에 저장됩니다.