Tjerk Meesters wrote:
Perhaps it might be a better idea to expose the multipart parser as a
function, so that you can bind the decoded body to either an object or
array. The trick is to keep `is_uploaded_file()`, etc. working, though.
I've looked into this before (for almost this exact issue),
On Tue, Sep 24, 2013 at 1:19 PM, Dave wrote:
> Hi All,
>
> Firstly, let me know if this is particularly spammy/inappropriate for this
> list.
>
> I just wanted to get some feedback on a long-time feature request (2011)
> about treating PUT the same as POST in terms of re-using the existing form
>
Hi All,
Firstly, let me know if this is particularly spammy/inappropriate for this
list.
I just wanted to get some feedback on a long-time feature request (2011)
about treating PUT the same as POST in terms of re-using the existing form
parser. See https://bugs.php.net/bug.php?id=55815 for detail