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
相關文章
相關標籤/搜索