mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
203 B
203 B
File Upload
A simple example of file upload
Execution
npm run start # OR npm run start:dev
# in another terminal
curl http://localhost:3000/file -F 'file=@./package.json' -F 'name=test'