Upload file in PHP using DAV Protocol [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it开发者_StackOverflow中文版 can be answered with facts and citations.
Closed 2 years ago.
Improve this questionCan someone please advise on uploading a file using the DAV protocol in PHP? I have had a look around the web and everything seems pretty over-complicated.
I will need to be uploading image files server side after user upload to a directory over DAV - is there a good PHP class available to do this?
Have a look to WebDAV Client Pear package, which implements a nice stream wrapper.
Also, you can take a look at SabreDAV, which is (unlike Pear's library) more regularly updated and implements new workarounds regarding Windows Vista & 7.
精彩评论