upload
QuickStart
see for more detail.
Development
$ npm i
$ npm run dev
$ open http://localhost:7001/
Deploy
$ npm start
$ npm stop
npm scripts
Use npm run lint to check code style.
Use npm test to run unit test.
Use npm run autod to auto detect dependencies upgrade, see for more detail.
使用指南
实例中有两个上传文件的实例,单文件上传和多文件上传。启动项目分别访问:'/'单文件上传,'/multi_upload_page',多文件上传。
实例参考egg上传文件官方实例:
自己处理的问题:上传过程需要
评论0
最新资源