Sending a file via HTTP PUT in PHP

后端 未结 5 1618
孤独总比滥情好
孤独总比滥情好 2020-12-28 22:53

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

5条回答
  •  悲&欢浪女
    2020-12-28 23:52

    If your eXist-db has the SOAP interface enabled, there's an open-source library called PheXist that would make interacting with the database easier.

提交回复
热议问题