Tagged Questions
3
votes
5answers
3k views
Sending a file via HTTP PUT in PHP
I've been struggling for several hours trying to figure out how to get this work. I'm trying to send a file via HTTP-PUT to an eXist db. There is user authentication for the server, so I was trying ...
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' => ...