When a form is submitted with content-type: multipart/form-data...
Simply calling:
local get, post, files = require "resty.reqargs"()
.. strips away the POST data. PHP can no longer see it.
Similiar bad behavior in the latest formal release and master branch.
When a form is submitted with
content-type: multipart/form-data...Simply calling:
.. strips away the
POSTdata. PHP can no longer see it.Similiar bad behavior in the latest formal release and master branch.