문제

Can 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 avaliable to do this?

Thanks!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top