标签: node.js express multer
我想将两个不同的文件上传到两个不同的文件夹中'上传'和' attachuploads'通过使用multer
我的代码如下所示
FormatException
使用上面的代码我只能上传到一个文件夹,我想上传到两个不同的文件夹。请帮助我