php://input returning empty string

后端 未结 1 822
既然无缘
既然无缘 2020-12-20 03:56

The following code recently started returning empty strings. It works on other systems, so it doesn\'t appear to be a problem with the code itself. I literally eliminated

相关标签:
1条回答
  • 2020-12-20 04:07

    php://input cannot be opened/read when receiving a multipart/form-data POST, maybe that's what changed client-sided? – Wrikken Mar 28 at 20:01

    Thanks for your help!

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