HTTP PUT for file uploads

mike mike503 at gmail.com
Mon Aug 4 12:38:44 MSD 2008


On 8/4/08, Phillip B Oldham <phill at theactivitypeople.co.uk> wrote:

> PUT support for forms is down to the browser. IE doesn't support it, but I'm
> pretty sure FF/Safari/Opera do.

Actually, I got my answer from the PHP list. Someone looked it up and
it's not in W3C spec for XHTML. Only GET/POST are. People want to put
PUT/DELETE in, but it's not supported.

This was just to make a simple test script for myself anyway. I wound
up just using curl via PHP to PUT the file to the work.php script to
mess around with it.





More information about the nginx mailing list