multer怎么处理上传中断留下的文件
node吧
全部回复
仅看楼主
level 1
天蝎好啦 楼主
刚接触node,想做个上传功能。[呵呵]
2018年08月13日 05点08分 1
level 1
天蝎好啦 楼主
吧里有node怪人吗?
2018年08月13日 05点08分 2
level 1
天蝎好啦 楼主
var app=express();
app.listen();
app.use(multer({dest:'./upload'}).single('file1');
app.post('./uploadfile',function(){
console.log(req.file);
});
2018年08月13日 05点08分 3
1