Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 171 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 171 Bytes

Axios upload file example

This gist demonstrates how to use axios to upload a file from a node server.

git clone
yarn install
node server.js
node upload.js