Skip to content

koa-body wénjiàn shàngchuán demo chéngxù 21/5000 Koa-body file upload demo

Notifications You must be signed in to change notification settings

postbird/koa-body-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-body 文件上传示例

一、相关文章:

二、运行说明:

1、克隆文件

git clone https://github.com/postbird/koa-body-demo.git

2、安装依赖

yarn install
# npm install 

3、开启 app.js

支持 nodemonnodemon app.js

node app.js

4、访问页面:

http://127.0.0.1:3000

三、效果:

1、多文件上传:

a

  • 返回结果:
{"photo[]":[{"size":1200,"path":"E:\\Aprojects\\node_projects\\koa2\\20180619\\demo1\\public\\upload\\2018073/15306319214415395.png","name":"arrow.png","type":"image/png","mtime":"2018-07-03T15:32:01.445Z"},{"size":1200,"path":"E:\\Aprojects\\node_projects\\koa2\\20180619\\demo1\\public\\upload\\2018073/15306319214437208.png","name":"arrow.png","type":"image/png","mtime":"2018-07-03T15:32:01.463Z"},{"size":1200,"path":"E:\\Aprojects\\node_projects\\koa2\\20180619\\demo1\\public\\upload\\2018073/15306319214448102.png","name":"arrow.png","type":"image/png","mtime":"2018-07-03T15:32:01.464Z"}]}

2、单文件上传

a

  • 返回结果:
{"photo":{"size":1200,"path":"E:\\Aprojects\\node_projects\\koa2\\20180619\\demo1\\public\\upload\\2018073/15306325616969239.png","name":"arrow.png","type":"image/png","mtime":"2018-07-03T15:42:41.697Z"}}

About

koa-body wénjiàn shàngchuán demo chéngxù 21/5000 Koa-body file upload demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published