react antd + node egg实现图片上传并保存在本地文件夹,file和stream

先上egg-multipart的配置前端 config.multipart = { mode: 'stream', fileModeMatch: /^\/uploadFile$/,// uploadFile接口使用file模式,其余使用stream模式 tmpdir: path.join(os.tmpdir(), 'egg-multipart-tmp', appInf
相关文章
相关标签/搜索