How to upload multiple images in WordPress through the restful API?

前端 未结 0 1358
-上瘾入骨i
-上瘾入骨i 2020-12-13 23:07
const formData = new FormData()
formData.append(\'file\', mainProductImage[0])
formData.append(\'title\', product.product_name)
fetch(POST_IMAGE_API_URL, {
  method:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题