An open API service indexing awesome lists of open source software.

https://github.com/1010code/uploaad-file-axios

axios upload file to server(Node.js)
https://github.com/1010code/uploaad-file-axios

Last synced: about 1 month ago
JSON representation

axios upload file to server(Node.js)

Awesome Lists containing this project

README

          

## 使用axios上傳檔案到Server

- HTTP Request : axios
- Server : Node.js

## Reference
- [multer](https://www.npmjs.com/package/multer)
- [tutorial](https://www.youtube.com/watch?v=327haEC7iFA)