Files
nest/sample/29-file-upload/README.md
2020-11-13 12:14:16 +01:00

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'