1
vote
4answers
99 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 …
