Unable to upload file from Wordpress plugin to symfony backend server over the API?

后端 未结 1 950
广开言路
广开言路 2020-12-19 06:34

My project have two Parts

  • wordpress frontend
  • Symfony backend

I am trying to calling the API of may backend symfony project from Wordpre

相关标签:
1条回答
  • 2020-12-19 07:37

    there was an error at '@'.realpath($path) from php 5.5 and above this is used curl_file_create(realpath($path)) instead of '@'. problem solved

    0 讨论(0)
提交回复
热议问题