Tagged Questions

2
votes
1answer
1k views

PHP cURL HTTP PUT

I am trying to create a HTTP PUT request with cURL and I can't make it work. I ready many tutorials but none of them acutally worked. Here's my current code: $filedata = array('metadata' => ...