HTTP PUT for file uploads
mike
mike503 at gmail.com
Sat Aug 2 22:07:42 MSD 2008
On 8/2/08, Michael <nginx at thismetalsky.org> wrote:
> I've had that work with POST, though I know that's not what you're aiming for.
Yeah obviously not standard post multipart/enc-type stuff
> Just tried it myself, it does send GET rather than PUT. Weird.
This is my issue :) Hoping someone can help say "duh stupid - you missed this"
> > dav_methods PUT;
> > create_full_put_path on;
> > dav_access all:r;
>
> Do you mean to have 'rw' there?
No; at first I was thinking it would try to write and give me access
denied, or perhaps pass the data to the PHP script and not just
clobber/overwrite the script. But at least I'd see which activity it
chose first.
More information about the nginx
mailing list