我有这段Python代码,它可以成功地将文件发布到第三方API。我正在尝试用Axios在Node中重新创建这个进程,但我遇到了一些问题。For more information, see this post:
http://stackoverflow.com/questions/26299889/how-to-post-multipart-list-of-json-xml-files-u
我也尝试了这篇文章中的建议,但没有成功。任何帮助都是非常感谢的。how do i send FormData to the node server from React jsaxiospost request?'multipart/form-data' }}; expressTest.js const express = require('express')
const axi