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)
- Host: GitHub
- URL: https://github.com/1010code/uploaad-file-axios
- Owner: 1010code
- Created: 2019-02-15T08:20:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T08:21:26.000Z (about 7 years ago)
- Last Synced: 2025-08-28T05:30:19.468Z (7 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)